Skip to content

Commit 9f566db

Browse files
rxw1IgorMinar
authored andcommitted
docs(\$resource): fixed typo (s/seapph/search)
Closes angular#5718
1 parent c77b2bc commit 9f566db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ngResource/resource.js

Lines changed: 1 addition & 1 deletion
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)