diff options
| author | Brian Dunn | 2016-11-04 14:18:23 -0500 | 
|---|---|---|
| committer | GitHub | 2016-11-04 14:18:23 -0500 | 
| commit | 0904badc6fd96db324b51304495dec9cbca2dd91 (patch) | |
| tree | d4b4fbb8674fc9577997d123099c65a1f0a6b1a3 /docs/Formula-Cookbook.md | |
| parent | 0028cf9fb85e7fecb4ad803a817600068c821dc9 (diff) | |
| download | brew-0904badc6fd96db324b51304495dec9cbca2dd91.tar.bz2 | |
Fix Typo
Diffstat (limited to 'docs/Formula-Cookbook.md')
| -rw-r--r-- | docs/Formula-Cookbook.md | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/docs/Formula-Cookbook.md b/docs/Formula-Cookbook.md index 950b662ae..6657b9766 100644 --- a/docs/Formula-Cookbook.md +++ b/docs/Formula-Cookbook.md @@ -805,7 +805,7 @@ Homebrew wants to maintain a consistent Ruby style across all formulae based on  ### Version detection fails -Homebrew tries to automatically determine the [`version`](http://www.rubydoc.info/github/Homebrew/brew/master/Formula#version-class_method) from the [`url`](http://www.rubydoc.info/github/Homebrew/brew/master/Formula#url-class_method) in avoid duplication. If the tarball has an unusual name you may need to manually assign the [`version`](http://www.rubydoc.info/github/Homebrew/brew/master/Formula#version-class_method). +Homebrew tries to automatically determine the [`version`](http://www.rubydoc.info/github/Homebrew/brew/master/Formula#version-class_method) from the [`url`](http://www.rubydoc.info/github/Homebrew/brew/master/Formula#url-class_method) to avoid duplication. If the tarball has an unusual name you may need to manually assign the [`version`](http://www.rubydoc.info/github/Homebrew/brew/master/Formula#version-class_method).  ## Bad Makefiles | 
