Skip to content

Commit 744e5eb

Browse files
committed
Fix up documentation typos
1 parent cff7953 commit 744e5eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -447,11 +447,11 @@ SyntaxTree::Rake::CheckTask.new
447447
SyntaxTree::Rake::WriteTask.new
448448
```
449449

450-
These calls will define `rake stree:check` and `rake stree:write` (equivalent to calling `stree check` and `stree write` respectively). You can configure them by either passing arguments to the `new` method or by using a block.
450+
These calls will define `rake stree:check` and `rake stree:write` (equivalent to calling `stree check` and `stree write` with the CLI respectively). You can configure them by either passing arguments to the `new` method or by using a block.
451451

452452
#### `name`
453453

454-
If you'd like to change the default name of the rake task, you can pass that as the first optioon, as in:
454+
If you'd like to change the default name of the rake task, you can pass that as the first argument, as in:
455455

456456
```ruby
457457
SyntaxTree::Rake::WriteTask.new(:format)

0 commit comments

Comments
 (0)