Skip to content

Commit

Permalink
Fix typo in readme file
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanvs committed Feb 15, 2019
1 parent decfc72 commit 9ab1ad8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ Custom content that overrides default content:
| 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. |
| children | node | | this props can be used in order to override default component content |
| forceLogin | bool | false | force user to authenticate with Twitter username and password |
| screenName | string | '' | prefills the username input box of the OAuth login screen with the given value |
| screenName | string | | prefills the username input box of the OAuth login screen with the given value |

# Examples

Expand Down

0 comments on commit 9ab1ad8

Please sign in to comment.