Skip to content

Commit

Permalink
Fix typo in template.yml
Browse files Browse the repository at this point in the history
Follow up of soutaro#39.

I picked up a typical typos using misspell and applied it.
https://github.com/client9/misspell

```console
% misspell -w .
template.yml:31:10: corrected "probablly" to "probably"
```
  • Loading branch information
koic committed Apr 28, 2018
1 parent 2d7ccec commit 99326d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ rules:
- id: sample.exception
pattern: Exception
message: |
You probablly should use StandardError
You probably should use StandardError
If you are trying to define error class, inherit that from StandardError.
justification:
Expand Down

0 comments on commit 99326d7

Please sign in to comment.