Skip to content

Commit 9ab1ad8

Browse files
committed
Fix typo in readme file
1 parent decfc72 commit 9ab1ad8

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
@@ -61,7 +61,7 @@ Custom content that overrides default content:
6161
| customHeaders | object | {} | custom headers should be object with fields that needs to be sent to user server. Field name will be used as header key and field value as header value. Because of bug in fetch implementation all keys will be lowercase. |
6262
| children | node | | this props can be used in order to override default component content |
6363
| forceLogin | bool | false | force user to authenticate with Twitter username and password |
64-
| screenName | string | '' | prefills the username input box of the OAuth login screen with the given value |
64+
| screenName | string | | prefills the username input box of the OAuth login screen with the given value |
6565

6666
# Examples
6767

0 commit comments

Comments
 (0)