grammar fix

This commit is contained in:
Mustafa Kemal Tuna 2020-07-23 22:31:55 +03:00 committed by GitHub
parent 5ac51835a7
commit 41766c939e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -121,7 +121,7 @@ user.id = "Their id value"
// Boom! overwritten by another script!
```
### Symbols in a object literal
### Symbols in an object literal
If we want to use a symbol in an object literal `{...}`, we need square brackets around it.