Skip to content

Commit 8a89586

Browse files
gravetoNarretz
authored andcommitted
docs(errors/badjsonp): fix typo
Closes angular#15977
1 parent d0d8298 commit 8a89586

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/error/$http/badjsonp.ngdoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ value is `JSON_CALLBACK`.
99

1010
`$http` JSONP requests need to attach a callback query parameter to the URL. The name of this
1111
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.
12+
property. You must not provide your own parameter with this name in the configuration of the request.
1313

1414
In previous versions of AngularJS, you specified where to add the callback parameter value via the
1515
`JSON_CALLBACK` placeholder. This is no longer allowed.

0 commit comments

Comments
 (0)