Skip to content

Commit 25bbede

Browse files
committed
spelling: should
1 parent 74d0227 commit 25bbede

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

driver/src/main/java/org/neo4j/driver/v1/AuthTokens.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ public static AuthToken custom( String principal, String credentials, String rea
113113
* @param principal this used to identify who this token represents
114114
* @param credentials this is credentials authenticating the principal
115115
* @param realm this is the "realm:, specifying the authentication provider.
116-
* @param scheme this it the authentication scheme, specifying what kind of authentication that shoud be used
116+
* @param scheme this it the authentication scheme, specifying what kind of authentication that should be used
117117
* @param parameters extra parameters to be sent along the authentication provider.
118118
* @return an authentication token that can be used to connect to Neo4j
119119
* @see GraphDatabase#driver(String, AuthToken)

0 commit comments

Comments
 (0)