Skip to content

Commit

Permalink
docs(\$resource): fixed typo (s/seapph/search)
Browse files Browse the repository at this point in the history
  • Loading branch information
rxw1 authored and jamesdaily committed Jan 27, 2014
1 parent f49cfde commit bc02196
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ngResource/resource.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ function shallowClearAndCopy(src, dst) {
* when a param value needs to be obtained for a request (unless the param was overridden).
*
* Each key value in the parameter object is first bound to url template if present and then any
* excess keys are appended to the url seapph query after the `?`.
* excess keys are appended to the url search query after the `?`.
*
* Given a template `/path/:verb` and parameter `{verb:'greet', salutation:'Hello'}` results in
* URL `/path/greet?salutation=Hello`.
Expand Down

0 comments on commit bc02196

Please sign in to comment.