Skip to content

Commit

Permalink
Merge pull request #21 from brandoncc/patch-1
Browse files Browse the repository at this point in the history
Fix typos in readme
  • Loading branch information
piotrmurach committed Jun 11, 2016
2 parents 7a219d7 + 04287e1 commit f02d81a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ result.failed? # => false

#### 3.3.3 exited?

To check if command run to complition use `exited?` or `complete?`:
To check if command ran to completion use `exited?` or `complete?`:

```ruby
result = cmd.run(:echo, 'Hello')
Expand Down

0 comments on commit f02d81a

Please sign in to comment.