Skip to content

Commit 423c4af

Browse files
docs: use gender neutral pronouns (microsoftgraph#926)
Co-authored-by: Nikitha Chettiar <nikithauc@gmail.com>
1 parent 99ea8b8 commit 423c4af

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/CreatingClientInstance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ const client = Client.initWithMiddleware(clientOptions);
7070

7171
## 2. Create With Options
7272

73-
Pass an [authProvider function](../src/IAuthProvider.ts) in [Options](../src/IOptions.ts) while initializing the Client. In this case, user has to provide his own implementation for getting and refreshing accessToken. A callback will be passed into this authProvider function, accessToken or error needs to be passed in to that callback.
73+
Pass an [authProvider function](../src/IAuthProvider.ts) in [Options](../src/IOptions.ts) while initializing the Client. In this case, user has to provide their own implementation for getting and refreshing accessToken. A callback will be passed into this authProvider function, accessToken or error needs to be passed in to that callback.
7474

7575
```typescript
7676
// Some callback function

docs/CustomMiddlewareChain.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Can use own middlewares and the ones shipped with the library [[Here](../src/mid
6868

6969
Using AuthenticationHandler [one shipped with the library] and MyLoggingHandler, and MyHttpMessageHandler [custom ones] to create a middleware chain here.
7070

71-
NOTE: Instead of ImplicitMSALAuthenticationProvider, one can provide his own Authentication Handler. For more about using custom authentication provider, refer [here](./CustomAuthenticationProvider.md).
71+
NOTE: Instead of ImplicitMSALAuthenticationProvider, one can provide their own Authentication Handler. For more about using custom authentication provider, refer [here](./CustomAuthenticationProvider.md).
7272

7373
```typescript
7474
import { ImplicitMSALAuthenticationProvider } from "@microsoft/microsoft-graph-client";

0 commit comments

Comments
 (0)