From 859ab4e8e06d802d0560f22240b78f435a32c803 Mon Sep 17 00:00:00 2001 From: Sorin Ionescu Date: Tue, 12 Jun 2012 15:13:21 -0400 Subject: [PATCH] Correct spelling mistakes in READMEs --- README.md | 4 ++-- modules/history/README.md | 2 +- modules/tmux/README.md | 2 +- modules/utility/README.md | 8 ++++---- templates/README.md | 2 +- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index eaadcef..006bf52 100644 --- a/README.md +++ b/README.md @@ -88,7 +88,7 @@ how to use Git, follow this [tutorial][5] and bookmark this [reference][6]. ### Completions Submit program completions to the [zsh-completions][7] project. The Oh My Zsh -completions directory will be synched against it. +completions directory will be synchronized against it. Resources --------- @@ -107,7 +107,7 @@ improve its performance, do not hesitate to fork and send pull requests. - Check that the issue has not already been reported. - Check that the issue has not already been fixed in the latest code. - - Open an issue with a clear title and description in gramatically correct, + - Open an issue with a clear title and description in grammatically correct, complete sentences. ### Pull Request diff --git a/modules/history/README.md b/modules/history/README.md index e7adcd1..0402a62 100644 --- a/modules/history/README.md +++ b/modules/history/README.md @@ -3,7 +3,7 @@ History Sets [history][1] options and defines history aliases. -VARIABLES +Variables --------- - `HISTFILE` stores the path to the history file. diff --git a/modules/tmux/README.md b/modules/tmux/README.md index 1dc99de..050f19f 100644 --- a/modules/tmux/README.md +++ b/modules/tmux/README.md @@ -38,7 +38,7 @@ following to *tmux.conf*: set-option -g default-command "reattach-to-user-namespace -l $SHELL -l" Furthermore, tmux is known to cause **kernel panics** on Mac OS X. A discussion -about this and OMZ has already been opened [here][2]. +about this and OMZ has already been [opened][2]. Authors ------- diff --git a/modules/utility/README.md b/modules/utility/README.md index 8c67671..c1cc618 100644 --- a/modules/utility/README.md +++ b/modules/utility/README.md @@ -64,7 +64,7 @@ Aliases - `cp` copies files and directories interactively. - `e` opens the default editor. - `ln` links files and directories interactively. - - `mkdir` creates directories, including itermediery directories. + - `mkdir` creates directories, including intermediary directories. - `mv` moves files and directories interactively. - `p` opens the default pager. - `po` removes a directory from the stack and changes to it (`popd`). @@ -101,13 +101,13 @@ Aliases - `df` displays free disk space using human readable units. - `du` displays disk usage using human readable units. - - `top` displays information about processes (alised to `htop`, if installed). + - `top` displays information about processes (aliased to `htop`, if installed). - `topc` displays information about processes sorted by CPU usage (`htop` not installed). - - `topm` dispalys information about processes sorted by RAM usage (`htop` not + - `topm` displays information about processes sorted by RAM usage (`htop` not installed). -### Misecellaneous +### Miscellaneous - `http-serve` serves a directory via HTTP. diff --git a/templates/README.md b/templates/README.md index 88f1643..2f26fc9 100644 --- a/templates/README.md +++ b/templates/README.md @@ -30,7 +30,7 @@ The configuration files are read in the following order: ### zshenv This file is sourced by all instances of Zsh, and thus, it should be kept as -small as possible. It should only define environment variables. +small as possible and should only define environment variables. ### zprofile