@@ -176,7 +176,7 @@ easy to fork and contribute any changes back upstream.
176176 $ echo ' eval "$(rbenv init -)"' >> ~ /.bash_profile
177177 ~~~
178178
179- _Same as in previous step, use ` ~/.profile` on Ubuntu, ` ~/.zshrc` for zsh ._
179+ _Same as in previous step, use ` ~/.profile` on Ubuntu, ` ~/.zshrc` for Zsh ._
180180
1811814. Restart your shell as a login shell so the path changes take effect.
182182 You can now begin using rbenv.
@@ -246,7 +246,7 @@ Skip this section unless you must know what every line in your shell
246246profile is doing.
247247
248248`rbenv init` is the only command that crosses the line of loading
249- extra commands into your shell. Coming from rvm , some of you might be
249+ extra commands into your shell. Coming from RVM , some of you might be
250250opposed to this idea. Here' s what ` rbenv init` actually does:
251251
2522521. Sets up your shims path. This is the only requirement for rbenv to
@@ -259,7 +259,7 @@ opposed to this idea. Here's what `rbenv init` actually does:
259259 users.
260260
2612613. Rehashes shims. From time to time you' ll need to rebuild your
262- shim files. Doing this on init makes sure everything is up to
262+ shim files. Doing this automatically makes sure everything is up to
263263 date. You can always run `rbenv rehash` manually.
264264
2652654. Installs the sh dispatcher. This bit is also optional, but allows
@@ -279,7 +279,7 @@ As time goes on, Ruby versions you install will accumulate in your
279279
280280To remove old Ruby versions, simply ` rm -rf` the directory of the
281281version you want to remove. You can find the directory of a particular
282- Ruby verison with the ` rbenv prefix` command, e.g. ` rbenv prefix
282+ Ruby version with the ` rbenv prefix` command, e.g. ` rbenv prefix
2832831.8.7-p357` .
284284
285285The [ruby-build](https://github.com/sstephenson/ruby-build) plugin
@@ -416,7 +416,7 @@ tracker](https://github.com/sstephenson/rbenv/issues).
416416 upgrade instructions.
417417* Modified shims to include the full path to rbenv so that they can be
418418 invoked without having rbenv' s bin directory in the `$PATH`.
419- * Sped up `rbenv init` by avoiding rbenv reinintialization and by
419+ * Sped up `rbenv init` by avoiding rbenv reinitialization and by
420420 using a simpler indexing approach. (Users of
421421 [chef-rbenv](https://github.com/fnichol/chef-rbenv) should upgrade
422422 to the latest version to fix a [compatibility
@@ -457,7 +457,7 @@ tracker](https://github.com/sstephenson/rbenv/issues).
457457
458458* Added an `rbenv root` command which prints the value of
459459 `$RBENV_ROOT`, or the default root directory if it' s unset.
460- * Clarified Zsh installation instructions in the readme .
460+ * Clarified Zsh installation instructions in the Readme .
461461* Removed some redundant code in ` rbenv rehash` .
462462* Fixed an issue with calling ` readlink` for paths with spaces.
463463* Changed Zsh initialization code to install completion hooks only for
0 commit comments