Skip to content

Commit 89dea53

Browse files
Fixed typo in documentation
Removed the extra "t" in clienttId.
1 parent bd0635d commit 89dea53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/data-lake-store/data-lake-store-service-to-service-authenticate-java.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ In this article, you learn about how to use the Java SDK to do service-to-servic
8080
Replace **FILL-IN-HERE** with the actual values for the Azure Active Directory Web application.
8181

8282
```java
83-
private static String clienttId = "FILL-IN-HERE";
83+
private static String clientId = "FILL-IN-HERE";
8484
private static String tenantId = "FILL-IN-HERE";
8585
private static String clientSecret = "FILL-IN-HERE";
8686

0 commit comments

Comments
 (0)