Skip to content

Commit 5232f57

Browse files
committed
Use "formatting" instead of "formating"
1 parent e069122 commit 5232f57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/rspec/rails/matchers/have_http_status.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ def check_expected_status(test_response, expected)
305305

306306
private
307307

308-
# @return [String] formating the expected status and associated code(s)
308+
# @return [String] formatting the expected status and associated code(s)
309309
def type_message
310310
@type_message ||= (expected == :error ? "an error" : "a #{expected}") +
311311
" status code (#{type_codes})"

0 commit comments

Comments
 (0)