Commit 84840b8
committed
Fix typos
This commit fixes the following build error:
```
Check spelling of all files with codespell: spec/rubocop/cop/style/redundant_exception_spec.rb#L120
valiable ==> variable, valuable, available
Check spelling of all files with codespell: spec/rubocop/cop/style/redundant_exception_spec.rb#L125
valiable ==> variable, valuable, available
```
https://github.com/rubocop/rubocop/actions/runs/64849035851 parent 873cb9f commit 84840b8
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
115 | 115 | | |
116 | 116 | | |
117 | 117 | | |
118 | | - | |
| 118 | + | |
119 | 119 | | |
120 | | - | |
| 120 | + | |
121 | 121 | | |
122 | 122 | | |
123 | 123 | | |
124 | 124 | | |
125 | | - | |
| 125 | + | |
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
0 commit comments