Skip to content

Commit

Permalink
Fix spelling of "arguments".
Browse files Browse the repository at this point in the history
  • Loading branch information
Tanner committed Oct 9, 2013
1 parent 93078c4 commit 587edeb
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 @@ -34,7 +34,7 @@ line = Cocaine::CommandLine.new("cat", ":file")
line.command(:file => "ohyeah?'`rm -rf /`.ha!") # => "cat 'ohyeah?'\\''`rm -rf /`.ha!'"
```

NOTE: It only does that for arguments interpolated via `run`, NOT argumnets
NOTE: It only does that for arguments interpolated via `run`, NOT arguments
passed into `new` (see 'Security' below):

```ruby
Expand Down

0 comments on commit 587edeb

Please sign in to comment.