From e65f0ff4946762fcb3f23d4f69d54dc56fbdb35c Mon Sep 17 00:00:00 2001 From: Charles-Axel Dein <120501+charlax@users.noreply.github.com> Date: Tue, 19 Jul 2022 18:14:13 +0200 Subject: [PATCH] Fix typo in configuration guide. Replace 'demonstratation' with 'demonstration'. --- site/guide/9-configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/guide/9-configuration.md b/site/guide/9-configuration.md index d863b358..e8fdc6d3 100644 --- a/site/guide/9-configuration.md +++ b/site/guide/9-configuration.md @@ -130,7 +130,7 @@ secret_key = "hPRYyVRiMyxpw5sBB1XeCMN1kFsDCqKvBi2QJxBVHQk=" ``` The following is a `Rocket.toml` file with all configuration options set for -demonstratation purposes. You **do not** and _should not_ set a value for +demonstration purposes. You **do not** and _should not_ set a value for configuration options needlessly, preferring to use the default value when sensible.