Skip to content
This repository was archived by the owner on Mar 17, 2025. It is now read-only.

Commit 89f3893

Browse files
author
Lee
committed
Correct a typo in the README
1 parent 53979f4 commit 89f3893

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ parameters. In order to pass extra parameters, add the following to the
4545
configuration:
4646

4747
```
48-
config.extraAuthorizationParameters = { 'some_query_string_param': 'value', ... };
48+
config.extraAuthorizationParams = { 'some_query_string_param': 'value', ... };
4949
```
5050

5151
If you have values which need to be computed at run-time and then passed, you

0 commit comments

Comments
 (0)