Skip to content

Commit 31a2f8b

Browse files
trivikrfelipecesr
andauthored
fix(docs): typo react-antive -> react-native
Co-authored-by: Felipe César <[email protected]>
1 parent 00a8e20 commit 31a2f8b

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
@@ -72,7 +72,7 @@ If you use tree shaking to reduce bundle size, using non-modular interface will
7272
In our workshop code, a lambda with DynamoDBClient and a command takes ~18kB while DynamoDB takes ~26 kB ([details](https://github.com/aws-samples/aws-sdk-js-v3-workshop/blob/dc3ad778b04dfe3f8f277dca67162da79c937eca/Exercise1/backend/README.md#reduce-bundle-size-by-just-importing-dynamodb)) -->
7373

7474
If you are consuming modular AWS SDK for JavaScript on react-native environments, you will need
75-
to add and import following polyfills in your react-antive application:
75+
to add and import following polyfills in your react-native application:
7676

7777
- [react-native-get-random-values](https://www.npmjs.com/package/react-native-get-random-values)
7878
- [react-native-url-polyfill](https://www.npmjs.com/package/react-native-url-polyfill) <!-- Future support in #2138 --->

0 commit comments

Comments
 (0)