diff --git a/book/02-using-atom/sections/05-writing.asc b/book/02-using-atom/sections/05-writing.asc index ed5715e16e..fcea1b9d6d 100644 --- a/book/02-using-atom/sections/05-writing.asc +++ b/book/02-using-atom/sections/05-writing.asc @@ -54,8 +54,7 @@ If you type `img` and hit `tab` you get Markdown formatted image embed code like | Item One | Item Two | ---- -There are only a handful of them (`b` for bold, `i` for italic, 'code' for a code block, etc), but it can easily save you time from having to look up the more obscure syntaxes. Again, you can easily see a list of all available snippets for the type of file you're currently in by hitting 'alt-shift-S' - +There are only a handful of them (`b` for bold, `i` for italic, 'code' for a code block, etc), but it can easily save you time from having to look up the more obscure syntaxes. Again, you can easily see a list of all available snippets for the type of file you're currently in by hitting 'alt-shift-S'. ==== Wrapping customization