Skip to content

Commit 5f52957

Browse files
jkingsmanpetebacondarwin
authored andcommitted
docs(error/badcfg): add missing "but"
Sentence meaning was unclear; added what I assumed should have been a "but" Closes angular#10473
1 parent bfafdd2 commit 5f52957

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/error/$resource/badcfg.ngdoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
@fullName Response does not match configured parameter
44
@description
55

6-
This error occurs when the {@link ngResource.$resource `$resource`} service expects a response that can be deserialized as an array, receives an object, or vice versa.
6+
This error occurs when the {@link ngResource.$resource `$resource`} service expects a response that can be deserialized as an array but receives an object, or vice versa.
77
By default, all resource actions expect objects, except `query` which expects arrays.
88

99
To resolve this error, make sure your `$resource` configuration matches the actual format of the data returned from the server.

0 commit comments

Comments
 (0)