We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f49cfde commit bc02196Copy full SHA for bc02196
src/ngResource/resource.js
@@ -90,7 +90,7 @@ function shallowClearAndCopy(src, dst) {
90
* when a param value needs to be obtained for a request (unless the param was overridden).
91
*
92
* Each key value in the parameter object is first bound to url template if present and then any
93
- * excess keys are appended to the url seapph query after the `?`.
+ * excess keys are appended to the url search query after the `?`.
94
95
* Given a template `/path/:verb` and parameter `{verb:'greet', salutation:'Hello'}` results in
96
* URL `/path/greet?salutation=Hello`.
0 commit comments