Skip to content
Snippets Groups Projects
Commit 51345481 authored by Marijn Haverbeke's avatar Marijn Haverbeke
Browse files

Fix typo in upgrade_v2.2 document

parent 43a5dfad
No related branches found
No related tags found
No related merge requests found
......@@ -62,7 +62,7 @@ make it always go to the very start instead:</p>
<pre> extraKeys: {"Home": "goLineStart"}</pre>
<p>Similarly, <code>Enter</code> is bound
to <code>"newLineAndIndent"</code> by default. You can bind it to
to <code>"newlineAndIndent"</code> by default. You can bind it to
something else to get different behavior. To disable special handling
completely and only get a newline character inserted, you can bind it
to <code>false</code>:</p>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment