Skip to content

Commit 954f016

Browse files
committed
ran through google docs grammar checker
1 parent fe949b3 commit 954f016

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

astro/src/content/docs/get-started/use-cases/api-consents-platform.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ This is an example of [the First-Party Service Authorization Mode](/docs/lifecyc
4141

4242
FusionAuth already lets you assign roles to a user after they log in, and offers full role based access control (RBAC). FusionAuth can also integrate with other authorization methods solutions [such as attribute based access control (ABAC), policy based access control (PBAC) or relationship based access control (ReBAC)](/articles/identity-basics/authorization-models).
4343

44-
Both roles and scopes limit access to data and functionality. But how are scopes different than roles? The table below outlines the differences:
44+
Both roles and scopes limit access to data and functionality. But how are scopes different from roles? The table below outlines the differences:
4545

4646
| | RBAC Roles | Scopes |
4747
|-------------|-------------|-------------|
@@ -215,7 +215,7 @@ Here's sample code to add needed scopes:
215215

216216
You could also use the [FusionAuth Terraform provider](/docs/operate/deploy/terraform) to manage the application and scopes.
217217

218-
If you need to support multiple languages, you can [localize the displayed consent messages](/docs/customize/look-and-feel/localization#oauth-scope-consent-prompt). This allows every user can see the consent screen in their preferred language.
218+
If you need to support multiple languages, you can [localize the displayed consent messages](/docs/customize/look-and-feel/localization#oauth-scope-consent-prompt). This allows every user to see the consent screen in their preferred language.
219219

220220
#### Communicate With The Third-Party Developer
221221

0 commit comments

Comments
 (0)