From 587edebf38615876979d93006bd7136623f15e0e Mon Sep 17 00:00:00 2001 From: Tanner Smith Date: Wed, 9 Oct 2013 08:48:35 -0400 Subject: [PATCH] Fix spelling of "arguments". --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5f68f71..8b5797a 100644 --- a/README.md +++ b/README.md @@ -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