diff options
| -rw-r--r-- | share/doc/homebrew/Formula-Cookbook.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/doc/homebrew/Formula-Cookbook.md b/share/doc/homebrew/Formula-Cookbook.md index ee3dad1ca..49ccece02 100644 --- a/share/doc/homebrew/Formula-Cookbook.md +++ b/share/doc/homebrew/Formula-Cookbook.md @@ -338,7 +338,7 @@ Three commands are provided for displaying informational messages to the user: * `opoo` for warning messages * `odie` for error messages and immediately exiting -In particular, when a test needs to be performed before installation use `onoe` to bail out gracefully. For example: +In particular, when a test needs to be performed before installation use `odie` to bail out gracefully. For example: ```ruby if build.with?("qt") && build.with("qt5") |
