Skip to content

Commit

Permalink
Fix minor typo in docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
claremacrae authored and horenmar committed Oct 28, 2020
1 parent 967b822 commit f57689f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/configuration.md
Expand Up @@ -56,7 +56,7 @@ By default a console width of 80 is assumed but this can be controlled by defini
CATCH_CONFIG_NOSTDOUT

To support platforms that do not provide `std::cout`, `std::cerr` and
`std::clog`, Catch does not usem the directly, but rather calls
`std::clog`, Catch does not use them directly, but rather calls
`Catch::cout`, `Catch::cerr` and `Catch::clog`. You can replace their
implementation by defining `CATCH_CONFIG_NOSTDOUT` and implementing
them yourself, their signatures are:
Expand Down

0 comments on commit f57689f

Please sign in to comment.