@@ -40,7 +40,7 @@ A library of components to easily integrate the Microsoft Authentication Library
40
40
- [ :cd : Sample applications] ( #cd-sample-applications )
41
41
- [ :calendar : Roadmap] ( #calendar-roadmap )
42
42
- [ :books : Resources] ( #books-resources )
43
- - [ :trophy : Contributers ] ( #trophy-contributers )
43
+ - [ :trophy : Contributors ] ( #trophy-contributors )
44
44
45
45
## :tada : Features
46
46
@@ -229,7 +229,7 @@ The `AzureAD` component is the primary method to add authentication to your appl
229
229
login , // login function
230
230
logout , // logout function
231
231
authenticationState , // the current authentication state
232
- error , // any error that occured during the login process
232
+ error , // any error that occurred during the login process
233
233
accountInfo , // account info of the authenticated user
234
234
}
235
235
```
@@ -267,7 +267,7 @@ import { authProvider } from './authProvider';
267
267
case AuthenticationState .Unauthenticated :
268
268
return (
269
269
<div >
270
- { error && <p ><span >An error occured during authentication, please try again!</span ></p >}
270
+ { error && <p ><span >An error occurred during authentication, please try again!</span ></p >}
271
271
<p >
272
272
<span >Hey stranger, you look new!</span >
273
273
<button onClick = { login } >Login</button >
@@ -503,8 +503,8 @@ The following resources may be helpful and provide further insight. If you've wr
503
503
- [ AAD v2 Scopes] ( https://docs.microsoft.com/en-us/azure/active-directory/develop/active-directory-v2-scopes )
504
504
- [ AAD B2C Setup MSA App] ( https://docs.microsoft.com/en-us/azure/active-directory-b2c/active-directory-b2c-setup-msa-app )
505
505
506
- ## :trophy : Contributers
506
+ ## :trophy : Contributors
507
507
508
- This library is built with :heart : by members of the open source community. To become a contributer , please see the [ contribution guidelines] ( CONTRIBUTING.md ) .
508
+ This library is built with :heart : by members of the open source community. To become a contributor , please see the [ contribution guidelines] ( CONTRIBUTING.md ) .
509
509
510
510
[](https://sourcerer.io/fame/AndrewCraswell/syncweek-react-aad/react-aad/links/0)[](https://sourcerer.io/fame/AndrewCraswell/syncweek-react-aad/react-aad/links/1)[](https://sourcerer.io/fame/AndrewCraswell/syncweek-react-aad/react-aad/links/2)[](https://sourcerer.io/fame/AndrewCraswell/syncweek-react-aad/react-aad/links/3)[](https://sourcerer.io/fame/AndrewCraswell/syncweek-react-aad/react-aad/links/4)[](https://sourcerer.io/fame/AndrewCraswell/syncweek-react-aad/react-aad/links/5)[](https://sourcerer.io/fame/AndrewCraswell/syncweek-react-aad/react-aad/links/6)[](https://sourcerer.io/fame/AndrewCraswell/syncweek-react-aad/react-aad/links/7)
0 commit comments