From 5cf7098129c2c63f42d15b921380da6427019931 Mon Sep 17 00:00:00 2001 From: Michal Gebauer Date: Thu, 14 Dec 2017 16:25:24 +0100 Subject: [PATCH] Typo in docs (#599) --- docs/developers/model.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/developers/model.md b/docs/developers/model.md index 46e50c6dc..565c4ab91 100644 --- a/docs/developers/model.md +++ b/docs/developers/model.md @@ -19,7 +19,7 @@ This is an app with 2 routes: ## Routes -An app consists of 1 or more routes. A route stores the mapping between URL paths and functions (ie: container iamges). +An app consists of 1 or more routes. A route stores the mapping between URL paths and functions (ie: container images). ## Calls