docs(error/badcfg): add missing "but"

Sentence meaning was unclear; added what I assumed should have been a "but"

Closes #10473
This commit is contained in:
Jack Kingsman
2014-12-15 14:33:18 -08:00
committed by Peter Bacon Darwin
parent bfafdd2b63
commit 5f52957503

View File

@@ -3,7 +3,7 @@
@fullName Response does not match configured parameter
@description
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.
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.
By default, all resource actions expect objects, except `query` which expects arrays.
To resolve this error, make sure your `$resource` configuration matches the actual format of the data returned from the server.