diff options
| author | Josh Soref | 2017-09-10 16:39:18 +0000 |
|---|---|---|
| committer | Josh Soref | 2017-09-10 16:39:18 +0000 |
| commit | b9a33b03a4812e87c88dc009dc0661d4fc7d46fc (patch) | |
| tree | 6889ae58a5ac32b08a6e52204d87de35ca46b35a /Library | |
| parent | ca32ece84ed17231edd7ec07af4b95bc457cee66 (diff) | |
| download | brew-b9a33b03a4812e87c88dc009dc0661d4fc7d46fc.tar.bz2 | |
spelling: parameters
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Homebrew/test/utils/github_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/test/utils/github_spec.rb b/Library/Homebrew/test/utils/github_spec.rb index 9322898ee..a132894f9 100644 --- a/Library/Homebrew/test/utils/github_spec.rb +++ b/Library/Homebrew/test/utils/github_spec.rb @@ -2,7 +2,7 @@ require "utils/github" describe GitHub do describe "::search_code", :needs_network do - it "queries GitHub code with the passed paramaters" do + it "queries GitHub code with the passed parameters" do results = subject.search_code(repo: "Homebrew/brew", path: "/", filename: "readme", language: "markdown") |
