Skip to content

Commit

Permalink
Tutorial: typo (#112)
Browse files Browse the repository at this point in the history
  • Loading branch information
ulysses4ever authored Mar 3, 2023
1 parent 6f6824d commit e9b6c25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/simple-grep/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ A few final notes:
field in `appSettings`. Iris will run the parser on the start and either throw
an exception on parsing errors or parse successfully and provide the result in
`CliEnv` in the `CliEnvApp`.
* 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.
* We get this field by calling the `asksCliEnv` function. Since our `App` type
derived `MonadReader` with the proper arguments, we can extract all the
environment fields.
Expand Down

0 comments on commit e9b6c25

Please sign in to comment.