Skip to content

Commit 9eda5fb

Browse files
authored
s/verubys/verbs/
Looks like `verbs` might have been a victim of a `s/rb/ruby/` search and replace. 😬
1 parent add2652 commit 9eda5fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ end
112112
Active Resource is built on a standard JSON or XML format for requesting and submitting resources
113113
over HTTP. It mirrors the RESTful routing built into Action Controller but will also work with any
114114
other REST service that properly implements the protocol. REST uses HTTP, but unlike "typical" web
115-
applications, it makes use of all the verubys available in the HTTP specification:
115+
applications, it makes use of all the verbs available in the HTTP specification:
116116

117117
* GET requests are used for finding and retrieving resources.
118118
* POST requests are used to create new resources.

0 commit comments

Comments
 (0)