Skip to content

Commit 2b5ce3f

Browse files
committed
- typo fix
1 parent 31ea40a commit 2b5ce3f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ repositories {
2121
dependencies {
2222
// Include the sdk as a dependency
2323
implementation 'com.microsoft.graph:microsoft-graph-core:2.0.2'
24-
// This depdency is only needed if you are using the TokenCrendentialAuthProvider
24+
// This dependency is only needed if you are using the TokenCrendentialAuthProvider
2525
implementation 'com.azure:azure-identity:1.2.5'
2626
}
2727
```
@@ -36,7 +36,7 @@ Add the dependency in `dependencies` in pom.xml
3636
<groupId>com.microsoft.graph</groupId>
3737
<artifactId>microsoft-graph-core</artifactId>
3838
<version>2.0.2</version>
39-
<!-- This depdency is only needed if you are using the TokenCrendentialAuthProvider -->
39+
<!-- This dependency is only needed if you are using the TokenCrendentialAuthProvider -->
4040
<groupId>com.azure</groupId>
4141
<artifactId>azure-identity</artifactId>
4242
<version>1.2.5</version>

0 commit comments

Comments
 (0)