spelling: parameters

This commit is contained in:
Josh Soref 2017-09-10 16:39:18 +00:00
parent ca32ece84e
commit b9a33b03a4

View File

@ -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")