We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0d8298 commit 8a89586Copy full SHA for 8a89586
docs/content/error/$http/badjsonp.ngdoc
@@ -9,7 +9,7 @@ value is `JSON_CALLBACK`.
9
10
`$http` JSONP requests need to attach a callback query parameter to the URL. The name of this
11
parameter is specified in the configuration object (or in the defaults) via the `jsonpCallbackParam`
12
-property. You must not provide your own parameter with this name in the configuratio of the request.
+property. You must not provide your own parameter with this name in the configuration of the request.
13
14
In previous versions of AngularJS, you specified where to add the callback parameter value via the
15
`JSON_CALLBACK` placeholder. This is no longer allowed.
0 commit comments