diff --git a/docs/Cask-Cookbook.md b/docs/Cask-Cookbook.md index d82d4bb4a2..90f2de1e20 100644 --- a/docs/Cask-Cookbook.md +++ b/docs/Cask-Cookbook.md @@ -133,7 +133,7 @@ Each cask must declare one or more *artifacts* (i.e. something to install). | `internet_plugin` | yes | Relative path to an Internet Plugin that should be moved into the `~/Library/Internet Plug-Ins` folder on installation. | | `keyboard_layout` | yes | Relative path to a Keyboard Layout that should be moved into the `/Library/Keyboard Layouts` folder on installation. | | `prefpane` | yes | Relative path to a Preference Pane that should be moved into the `~/Library/PreferencePanes` folder on installation. | -| `qlplugin` | yes | Relative path to a QuickLook Plugin that should be moved into the `~/Library/QuickLook` folder on installation. | +| `qlplugin` | yes | Relative path to a Quick Look Plugin that should be moved into the `~/Library/QuickLook` folder on installation. | | `mdimporter` | yes | Relative path to a Spotlight Metadata Importer that should be moved into the `~/Library/Spotlight` folder on installation. | | `screen_saver` | yes | Relative path to a Screen Saver that should be moved into the `~/Library/Screen Savers` folder on installation. | | `service` | yes | Relative path to a Service that should be moved into the `~/Library/Services` folder on installation. | @@ -1353,7 +1353,7 @@ Details of software names and brands will inevitably be lost in the conversion t #### Simplified names of non-App software -* Currently, rules for generating a token are not well-defined for Preference Panes, QuickLook plugins, and several other types of software installable by Homebrew Cask. Just create the best name you can, based on the filename on disk or the vendor’s web page. Watch out for duplicates. +* Currently, rules for generating a token are not well-defined for Preference Panes, Quick Look plugins, and several other types of software installable by Homebrew Cask. Just create the best name you can, based on the filename on disk or the vendor’s web page. Watch out for duplicates. Non-app tokens should become more standardized in the future.