Skip to content

Commit

Permalink
Update docs/quick_start/quick_start_with_jdbc.md
Browse files Browse the repository at this point in the history
Co-authored-by: Kent Yao <yao@apache.org>
  • Loading branch information
pan3793 and yaooqinn authored Apr 3, 2023
1 parent 00af58e commit 9d2cb48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/quick_start/quick_start_with_jdbc.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ public class KyuubiJDBC {

## Connect to Kerberized Kyuubi Server

The following Java code is using a keytab file to login and connect to Kyuubi Server by JDBC.
The following Java code uses a keytab file to login and connect to Kyuubi Server by JDBC.

```java
package org.apache.kyuubi.examples;
Expand Down

0 comments on commit 9d2cb48

Please sign in to comment.