We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent febd802 commit f3ddccbCopy full SHA for f3ddccb
src/pages/[platform]/build-a-backend/more-features/analytics/analytics-migration-guide/index.mdx
@@ -86,7 +86,7 @@ Note: Red lines of code are v5 and Green lines are v6.
86
```
87
## Analytics.identifyUser
88
89
-You can identify an user with Analytics with `identifyUser` API,
+You can identify an Analytics user with the `identifyUser` API,
90
91
```ts
92
import { identifyUser } from 'aws-amplify/analytics';
0 commit comments