We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da7df11 commit 49f736dCopy full SHA for 49f736d
README.md
@@ -92,7 +92,7 @@ Type functions are passed three arguments:
92
93
1. The parameter value (always a string)
94
2. The parameter name (e.g. `--label`)
95
-3. The previous value for the destination (useful for reduce-like operatons or for supporting `-v` multiple times, etc.)
+3. The previous value for the destination (useful for reduce-like operations or for supporting `-v` multiple times, etc.)
96
97
This means the built-in `String`, `Number`, and `Boolean` type constructors "just work" as type functions.
98
0 commit comments