@@ -22,7 +22,7 @@ executable using Toys-Core.
2222It assumes basic familiarity with Toys, so, if you have not done so, I
2323recommend first walking through the tutorial in the
2424[ Toys README] ( https://dazuma.github.io/toys/gems/toys/latest ) . It also assumes
25- you are running a unix -like system such as Linux or macOS. Some commands might
25+ you are running a Unix -like system such as Linux or macOS. Some commands might
2626need to be modified if you're running on Windows.
2727
2828### Install Toys-Core
@@ -37,7 +37,7 @@ dependency.
3737### Create a new executable
3838
3939We'll start by creating an executable Ruby script. Using your favorite text
40- editor, create new a file called ` mycmd ` with the following contents:
40+ editor, create a new file called ` mycmd ` with the following contents:
4141
4242 #!/usr/bin/env ruby
4343
@@ -237,8 +237,8 @@ no longer present.
237237
238238We've also omitted the middleware that provides default execution behavior
239239(i.e. displaying the help screen) when there is no ` run ` method. Now, since we
240- haven't defined a toplevel ` run ` method in this last example, invoking the root
241- tool will cause an error:
240+ haven't defined a top-level ` run ` method in this last example, invoking the
241+ root tool will cause an error:
242242
243243 $ ./mycmd
244244
@@ -276,7 +276,7 @@ directory, run:
276276 $ toys install
277277
278278Once the gem has successfully installed, you can run the executable, which
279- Rubygems should have added to your path. (Note: if you are using a ruby
279+ RubyGems should have added to your path. (Note: if you are using a ruby
280280installation manager, you may need to "rehash" or "reshim" to gain access to
281281the executable.)
282282
@@ -308,7 +308,7 @@ Try it out now. From the `examples/multi-file-gem` directory, run:
308308 $ toys install
309309
310310Once the gem has successfully installed, you can run the executable, which
311- Rubygems should have added to your path. (Note: if you are using a ruby
311+ RubyGems should have added to your path. (Note: if you are using a ruby
312312installation manager, you may need to "rehash" or "reshim" to gain access to
313313the executable.)
314314
@@ -334,7 +334,7 @@ templates, and middleware, in the
334334[ Toys-Core User Guide] ( https://dazuma.github.io/toys/gems/toys-core/latest/file.guide.html ) .
335335
336336Detailed usage information can be found in the
337- [ class reference documentation] ( https://dazuma.github.io/toys/gems/toys-core/lateset /Toys.html )
337+ [ class reference documentation] ( https://dazuma.github.io/toys/gems/toys-core/latest /Toys.html )
338338
339339## System requirements
340340
0 commit comments