Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2369)

Unified Diff: docs/linux_sublime_dev.md

Issue 2551513002: Fix spelling mistakes in //docs. (Closed)
Patch Set: Undo beng->being Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « docs/linux_sandboxing.md ('k') | docs/linux_sysroot.md » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: docs/linux_sublime_dev.md
diff --git a/docs/linux_sublime_dev.md b/docs/linux_sublime_dev.md
index 8580b0457123a76fbadae19d2409df05c29ca489..e80aa2533b8c22ec2ef9dea558bdd0f35f271c44 100644
--- a/docs/linux_sublime_dev.md
+++ b/docs/linux_sublime_dev.md
@@ -96,10 +96,10 @@ The settings will take effect as soon as you save the file.
* `Alt + PageUp`/`Alt + PageDown` (`Alt + Cmd + Left`/`Alt + Cmd + Right` on
Mac) moves between tabs
* `F12` (`Alt + Cmd + Down` on Mac) goes to the symbol's definition
-* With text selected, `Ctrl + D` will multi-select the next occurrance (so
+* With text selected, `Ctrl + D` will multi-select the next occurrence (so
typing in one types in all of them), and `Ctrl+U` deselects
* Similarly, after finding something with `Ctrl + F`, `Alt + Enter` will
- select all occurrances of the search query, which can be multi-edited
+ select all occurrences of the search query, which can be multi-edited
* `Ctrl + X` without anything selected cuts the current line, then move to a
different line and `Ctrl + V` pastes it below the current line
« no previous file with comments | « docs/linux_sandboxing.md ('k') | docs/linux_sysroot.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698