diff --git a/README.md b/README.md index f990a6c..408b929 100644 --- a/README.md +++ b/README.md @@ -82,6 +82,6 @@ docopt(doc::AbstractString, argv=ARGS; help=true, version=nothing, options_first **Return** -* parsed arguemnts : An associative collection, where keys are names of command-line elements such as e.g. "--verbose" and "", and values are the parsed values of those elements. (type: `Dict{String,Any}`) +* parsed arguments : An associative collection, where keys are names of command-line elements such as e.g. "--verbose" and "", and values are the parsed values of those elements. (type: `Dict{String,Any}`) See for more details about the grammar of the usage pattern.