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