Skip to content

Commit e90114e

Browse files
cshfangjimblanc
andauthored
Update src/fragments/lib/push-notifications/react-native/migrate_from_previous_version/migrate-from-previous-version.mdx
Co-authored-by: Jim Blanchard <[email protected]>
1 parent 991004b commit e90114e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/fragments/lib/push-notifications/react-native/migrate_from_previous_version/migrate-from-previous-version.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ dependencies {
141141

142142
### Add required polyfills
143143

144-
You need to add the crypto.getRandomValues and URL polyfill to your application's entry point file (in most React Native apps this will be the top level `index.js`).
144+
You need to add the crypto.getRandomValues and URL polyfills to your application's entry point file (in most React Native apps this will be the top level `index.js`).
145145

146146
```js
147147
// Example index.js

0 commit comments

Comments
 (0)