Skip to content

Commit 979729f

Browse files
authored
Remove extra paren from example (#801)
The example code has an extra parenthesis
1 parent e59a754 commit 979729f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

versioned_docs/version-5.x/deep-linking.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ function App() {
7373
const linking = {
7474
- prefixes: ['https://app.example.com'],
7575
+ prefixes: ['https://app.example.com', 'exps://app.example.com'],
76-
});
76+
};
7777
```
7878

7979
### Test deep linking on iOS

0 commit comments

Comments
 (0)