Skip to content

Commit 6e3e795

Browse files
committed
Merge pull request #461 from orangejulius/fix_error_doc_grammar
Fix Error documentation grammar
2 parents e5e77c4 + 9325a33 commit 6e3e795

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/thor/error.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ class Thor
33
# errors have their backtrace suppressed and are nicely shown to the user.
44
#
55
# Errors that are caused by the developer, like declaring a method which
6-
# overwrites a thor keyword, it SHOULD NOT raise a Thor::Error. This way, we
6+
# overwrites a thor keyword, SHOULD NOT raise a Thor::Error. This way, we
77
# ensure that developer errors are shown with full backtrace.
88
class Error < StandardError
99
end

0 commit comments

Comments
 (0)