Skip to content

Commit

Permalink
Fixed typo in docs
Browse files Browse the repository at this point in the history
Signed-off-by: Michał Bundyra <contact@webimpress.com>

Co-authored-by: Matthew Weier O'Phinney <matthew@weierophinney.net>
  • Loading branch information
michalbundyra and weierophinney committed May 5, 2020
1 parent 5fa5f8e commit 4eea954
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/book/command-params.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ $this->addParam(
```

With InputParam::TYPE_INT we can define two options for validator: `min` and `max` value.
Value of this parameter is normalized to `interger` type.
Value of this parameter is normalized to `integer` type.

### InputParam::TYPE_STRING

Expand Down

0 comments on commit 4eea954

Please sign in to comment.