From c592da299668dbe337a15e093d755bee45c63b32 Mon Sep 17 00:00:00 2001 From: Sean Molenaar Date: Thu, 20 Jun 2019 10:37:26 +0200 Subject: [PATCH] Pick up suggestio Co-Authored-By: Mike McQuaid --- docs/Formula-Cookbook.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Formula-Cookbook.md b/docs/Formula-Cookbook.md index 1a747f7079..be61c0c680 100644 --- a/docs/Formula-Cookbook.md +++ b/docs/Formula-Cookbook.md @@ -285,7 +285,7 @@ Some software installs to `man` instead of `share/man`, so check the output and ### Special instructions -In case there are specific issues with the homebrew install a `caveats` block can be added to the formula to inform users. This can indicate non-standard install paths, an example from the ruby formula: +In case there are specific issues with the Homebrew packaging (compared to how the software is installed from other sources) a `caveats` block can be added to the formula to warn users. This can indicate non-standard install paths, an example from the `ruby` formula: ``` ==> Caveats