Skip to content

Commit

Permalink
fix: fix grammar in pull warning message (#758)
Browse files Browse the repository at this point in the history
  • Loading branch information
goldbez committed Nov 16, 2022
1 parent 3b86a7b commit 5e06e62
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export class ReactRequiredDependencyProvider extends RequiredDependencyProvider<
{
dependencyName: '@aws-amplify/ui-react',
supportedSemVerPattern: '^3.1.0',
reason: 'Required to leverage amplify ui primitives, and studio component helper functions.',
reason: 'Required to leverage Amplify UI primitives, and Amplify Studio component helper functions.',
},
];
}
Expand Down

0 comments on commit 5e06e62

Please sign in to comment.