Fix typo in design.asciidoc

This commit is contained in:
Maxime Coste 2014-04-26 00:36:35 +01:00
parent aec858a819
commit 8060eef66e

View File

@ -55,7 +55,7 @@ That means there should be clear separation of concerns between modes:
* command mode is for non-editing features (opening a file, setting
options...).
Orthogonality is an ideal, and should not prevent common sense pargmatism,
Orthogonality is an ideal, and should not prevent common sense pragmatism,
the +gf+ and +ga+ commands are not strictly selection manipulation ones,
but fit nicely with other +goto+ commands, and hence are acceptable in
normal mode even though they could arguably be moved to command mode.