From 96b370d7acefa6df4e483cc3478f563642fad2d3 Mon Sep 17 00:00:00 2001 From: Jeroen Van Goey Date: Mon, 16 Mar 2020 11:40:57 +0100 Subject: [PATCH] Fix typo --- g3doc/get_started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/g3doc/get_started.md b/g3doc/get_started.md index 0611d8a695..41652e498f 100644 --- a/g3doc/get_started.md +++ b/g3doc/get_started.md @@ -49,7 +49,7 @@ The following table summarizes the models supported by default: * Generic TF2 models are custom models that export signatures that can be used for inference and are not based on either keras or estimator. -See [FAQ](faq.md) for more information no how to setup and configure these +See [FAQ](faq.md) for more information on how to setup and configure these different model types. ## Examples