doctor: minor grammar correction: 'pluralize' breakage

Closes Homebrew/homebrew#44497.

Signed-off-by: Baptiste Fontaine <batifon@yahoo.fr>
This commit is contained in:
Charlie Egan 2015-10-01 16:51:13 +01:00 committed by Baptiste Fontaine
parent b1892f360c
commit a90363b605

View File

@ -242,7 +242,7 @@ class Checks
if !ARGV.homebrew_developer? && MacOS.version >= "10.12" then <<-EOS.undent if !ARGV.homebrew_developer? && MacOS.version >= "10.12" then <<-EOS.undent
You are using OS X #{MacOS.version}. You are using OS X #{MacOS.version}.
We do not provide support for this pre-release version. We do not provide support for this pre-release version.
You may encounter build failures or other breakage. You may encounter build failures or other breakages.
EOS EOS
end end
end end