diff options
| author | Mike McQuaid | 2016-11-04 19:38:35 -0400 |
|---|---|---|
| committer | GitHub | 2016-11-04 19:38:35 -0400 |
| commit | 83b8c6cccdfb221a2f5986b585df5014007e4750 (patch) | |
| tree | 64ccd9be1a5851e374c4faf4ddac23973d1a6936 /docs/Formula-Cookbook.md | |
| parent | faa5062696ae37e9d8bd0d32e3d30a6f89fbe7b8 (diff) | |
| parent | 0904badc6fd96db324b51304495dec9cbca2dd91 (diff) | |
| download | brew-83b8c6cccdfb221a2f5986b585df5014007e4750.tar.bz2 | |
Merge pull request #1441 from briandunn/patch-1
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 |
