We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents add2652 + 9eda5fb commit df28deeCopy full SHA for df28dee
README.md
@@ -112,7 +112,7 @@ end
112
Active Resource is built on a standard JSON or XML format for requesting and submitting resources
113
over HTTP. It mirrors the RESTful routing built into Action Controller but will also work with any
114
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:
+applications, it makes use of all the verbs available in the HTTP specification:
116
117
* GET requests are used for finding and retrieving resources.
118
* POST requests are used to create new resources.
0 commit comments