Skip to content
This repository was archived by the owner on Sep 4, 2020. It is now read-only.

Commit 35d15dd

Browse files
author
Caitlin Bales (MSFT)
authored
Merge pull request #76 from chaeMil/patch-1
Fix typo
2 parents 3d8628f + 7be9dfb commit 35d15dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ For an example of authentication in a client application see the [MSGraph SDK An
4545
Once you have set the correct application Id and url, you must get a **GraphServiceClient** object to make requests against the service. The SDK will store the account information for you, but when a user logs on for the first time, it will invoke UI to get the user's account information.
4646

4747
```java
48-
final IClientConfig mCLientConfig = DefaultClientConfig
48+
final IClientConfig mClientConfig = DefaultClientConfig
4949
.createWithAuthenticationProvider(mAuthenticationProvider);
5050

5151
final IGraphServiceClient mClient = new GraphServiceClient

0 commit comments

Comments
 (0)