Skip to content
This repository was archived by the owner on Mar 23, 2026. It is now read-only.

Commit bc831f1

Browse files
committed
lint: fix typos
1 parent c562789 commit bc831f1

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

google-cloud-bigquery-jdbc/README.MD

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ You need to have either Java with Maven installed or Docker. You might want to i
5555

5656
`make install` primarily relies on `mvn install` command. All following commands are primarily applicable for the `google-cloud-bigquery-jdbc` project.
5757

58-
`bigquery-external-jdbc-tests` at this moment is indepdnent and has its own configuration.
58+
`bigquery-external-jdbc-tests` at this moment is independent and has its own configuration.
5959

6060
### Running tests
6161

@@ -100,7 +100,7 @@ Run specific integration test
100100

101101
Please reference [Maven documentation](https://maven.apache.org/surefire/maven-surefire-plugin/examples/single-test.html) for details about `<filter>`
102102

103-
Example: `make unittest test=ITBigQueryJDBCTest#testValidServiceAccountAuthenticationOAuthPvtKey`
103+
Example: `make integration-test test=ITBigQueryJDBCTest#testValidServiceAccountAuthenticationOAuthPvtKey`
104104

105105
### Dockerized environment
106106

@@ -137,7 +137,7 @@ Jar with all dependencies can be generated by running `make docker-package-all-d
137137

138138
### Custom query tests
139139

140-
Thin client using JDBC driver can be found in 'bigquery-jdbc-test-client' folder. It allows you to run custom queries with custom connection string ot generate logs or measure performance.
140+
Thin client using JDBC driver can be found in 'bigquery-jdbc-test-client' folder. It allows you to run custom queries with custom connection string to generate logs or measure performance.
141141

142142
It can be built for Google JDBC drivers or any other JDBC drivers. For other JDBC drivers, you need to specify a version and it will download it.
143143

0 commit comments

Comments
 (0)