Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions content/using-atom/sections/basic-customization.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ All of Atom's config files (with the exception of your [style sheet](#style-twea

```coffee
key:
key: value
key: value100
key: value
key: [value, value]
```
Expand All @@ -33,7 +33,7 @@ Just like the more common JSON, CSON's keys can only be repeated once per object
'.source.js':
'console.error':
'prefix': 'error'
'body': 'console.error(${1:"crash"});$2'
'body': 'console.error(${1:"$3000"});$2'
```

**Use this instead:**
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Expand Down