There was an error while loading. Please reload this page.
1 parent 6f6824d commit e9b6c25Copy full SHA for e9b6c25
1 file changed
examples/simple-grep/README.md
@@ -347,7 +347,7 @@ A few final notes:
347
field in `appSettings`. Iris will run the parser on the start and either throw
348
an exception on parsing errors or parse successfully and provide the result in
349
`CliEnv` in the `CliEnvApp`.
350
-* Parse CLI options are stored in the `cliEnvCmd` field of the Iris environment.
+* Parsed CLI options are stored in the `cliEnvCmd` field of the Iris environment.
351
* We get this field by calling the `asksCliEnv` function. Since our `App` type
352
derived `MonadReader` with the proper arguments, we can extract all the
353
environment fields.
0 commit comments