Skip to content

Commit bc02196

Browse files
rxw1jamesdaily
authored andcommitted
docs(\$resource): fixed typo (s/seapph/search)
Closes angular#5718
1 parent f49cfde commit bc02196

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ngResource/resource.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ function shallowClearAndCopy(src, dst) {
9090
* when a param value needs to be obtained for a request (unless the param was overridden).
9191
*
9292
* 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 `?`.
93+
* excess keys are appended to the url search query after the `?`.
9494
*
9595
* Given a template `/path/:verb` and parameter `{verb:'greet', salutation:'Hello'}` results in
9696
* URL `/path/greet?salutation=Hello`.

0 commit comments

Comments
 (0)