From dbdb51db2fd6f45a451c9ef46a1d9a62d007a389 Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Tue, 10 Dec 2013 09:52:20 -0800 Subject: [PATCH] :memo: Update wrapGuide to wrap-guide --- docs/customizing-atom.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/customizing-atom.md b/docs/customizing-atom.md index 54648661b..1ac25fa77 100644 --- a/docs/customizing-atom.md +++ b/docs/customizing-atom.md @@ -107,7 +107,7 @@ namespaces: `core` and `editor`. - `whitespace` - `ensureSingleTrailingNewline`: Whether to reduce multiple newlines to one at the end of files - `removeTrailingWhitespace`: Enable/disable striping of whitespace at the end of lines (defaults to `true`) -- `wrapGuide` +- `wrap-guide` - `columns`: Array of hashes with a `pattern` and `column` key to match the the path of the current editor to a column position.