Skip to content

Commit 48ffa48

Browse files
committed
Fix a typo
This PR fixes a typo. (`messsage` -> `message`)
1 parent 63ad281 commit 48ffa48

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def extract_value(data)
2929
end
3030
```
3131

32-
When `data` is `{ :results => [] }`, the following error messsage is shown:
32+
When `data` is `{ :results => [] }`, the following error message is shown:
3333

3434
```
3535
$ ruby test.rb

0 commit comments

Comments
 (0)