Skip to content

Commit e9b6c25

Browse files
authored
Tutorial: typo (#112)
1 parent 6f6824d commit e9b6c25

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/simple-grep/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ A few final notes:
347347
field in `appSettings`. Iris will run the parser on the start and either throw
348348
an exception on parsing errors or parse successfully and provide the result in
349349
`CliEnv` in the `CliEnvApp`.
350-
* Parse CLI options are stored in the `cliEnvCmd` field of the Iris environment.
350+
* Parsed CLI options are stored in the `cliEnvCmd` field of the Iris environment.
351351
* We get this field by calling the `asksCliEnv` function. Since our `App` type
352352
derived `MonadReader` with the proper arguments, we can extract all the
353353
environment fields.

0 commit comments

Comments
 (0)