From 421730743556d3fb2ef30bad67d7381b033b8b09 Mon Sep 17 00:00:00 2001 From: Sven-Hendrik Haase Date: Tue, 6 Aug 2019 09:52:22 +0200 Subject: [PATCH] allows -> allow --- content/docs/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/getting-started.md b/content/docs/getting-started.md index 6f2efd7..6515cfc 100644 --- a/content/docs/getting-started.md +++ b/content/docs/getting-started.md @@ -46,7 +46,7 @@ Head over to ``http://localhost:8088/`` to see the results. ### Using Attribute Macros to Define Routes Alternatively, you can define routes using macro attributes which -allows you to specify the routes above your functions like so: +allow you to specify the routes above your functions like so: {{< include-example example="getting-started" section="macro-attributes">}}