Skip to content

Commit

Permalink
fix minor typo for v5 breaking change guidance (#10701)
Browse files Browse the repository at this point in the history
Co-authored-by: Jim Blanchard <[email protected]>
  • Loading branch information
david-mcafee and jimblanc authored Nov 23, 2022
1 parent 8f6dd70 commit 6caccc7
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 @@ -134,7 +134,7 @@ To get started pick your platform from our [**Getting Started** home page](https
+ Analytics.record({ name: 'my example event' });
```

- The `JS` export has been removed from `@aws-amplify/core` in favor the exporting the functions it contained.
- The `JS` export has been removed from `@aws-amplify/core` in favor of exporting the functions it contained.
- Any calls to `Amplify.Auth`, `Amplify.Cache`, and `Amplify.ServiceWorker` are no longer supported. Instead, your code should use the named exports. For example:

```diff
Expand Down

0 comments on commit 6caccc7

Please sign in to comment.