From 19f44e150fd7921abedbdae5561991815b98fd2d Mon Sep 17 00:00:00 2001 From: daanasma Date: Thu, 9 Apr 2020 03:18:53 +0200 Subject: [PATCH] fix typo (#1077) devlopment -> development --- content/en/getting-started/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/getting-started/configuration.md b/content/en/getting-started/configuration.md index c59aab986..1178b0d5d 100644 --- a/content/en/getting-started/configuration.md +++ b/content/en/getting-started/configuration.md @@ -329,7 +329,7 @@ Referrer-Policy = "strict-origin-when-cross-origin" Content-Security-Policy = "script-src localhost:1313" {{< /code-toggle >}} -Since this is is "devlopment only", it may make sense to put it below the `development` environment: +Since this is is "development only", it may make sense to put it below the `development` environment: {{< code-toggle file="config/development/server">}}