From b28576dfd63d4b1963d8d04632c54f31d37a88d7 Mon Sep 17 00:00:00 2001 From: Ben C Date: Sun, 24 Jul 2022 19:16:45 -0400 Subject: [PATCH] Typos in Getting Started --- docs/content/pages/tutorials/getting_started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/pages/tutorials/getting_started.md b/docs/content/pages/tutorials/getting_started.md index b9f5dcb5..1b2da307 100644 --- a/docs/content/pages/tutorials/getting_started.md +++ b/docs/content/pages/tutorials/getting_started.md @@ -72,7 +72,7 @@ All JSON files start out with an `object`, or a set of key value mappings, for e } ``` -Those braces (`{}`) denote an object, and by doing `"name": "Jim"` we're saying that the name of this person is Jim +Those braces (`{}`) denote an object, and by doing `"name": "Jim"` we're saying that the name of this person is Jim; `"name"` is the key, and `"Jim"` is the value. Objects can have multiple keys as well, as long as you separate them by commas: