mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
Typos in Getting Started
This commit is contained in:
parent
19f4f57094
commit
b28576dfd6
@ -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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user