Skip to content

Commit 093809e

Browse files
committed
spellcheck
1 parent c56f727 commit 093809e

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

‎README.md‎

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -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

181181
4. 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
246246
profile 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
250250
opposed to this idea. Here's what `rbenv init` actually does:
251251

252252
1. 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

261261
3. 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
265265
4. 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

280280
To remove old Ruby versions, simply `rm -rf` the directory of the
281281
version 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
283283
1.8.7-p357`.
284284

285285
The [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

Comments
 (0)