diff --git a/content/using-atom/sections/basic-customization.md b/content/using-atom/sections/basic-customization.md index b33933bc57..cf09becf74 100644 --- a/content/using-atom/sections/basic-customization.md +++ b/content/using-atom/sections/basic-customization.md @@ -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] ``` @@ -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:**