Skip to content

Commit e6a39a1

Browse files
Ali Najafizadehfacebook-github-bot-5
authored andcommitted
Update Linking.js
Reviewed By: svcscm Differential Revision: D2933128 fb-gh-sync-id: ef33f88db50d6ddb7dd208b7ba5dab41c1ee2f81 shipit-source-id: ef33f88db50d6ddb7dd208b7ba5dab41c1ee2f81
1 parent 6c7991c commit e6a39a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Libraries/Linking/Linking.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ const DEVICE_NOTIF_EVENT = 'openURL';
3838
*
3939
* ```
4040
* componentDidMount() {
41-
* var url = Linking.getInitialURL().then(url) => {
41+
* var url = Linking.getInitialURL().then((url) => {
4242
* if (url) {
4343
* console.log('Initial url is: ' + url);
4444
* }

0 commit comments

Comments
 (0)