Skip to content

Commit bb5f66b

Browse files
committed
fix typo: indentity -> identify
1 parent a1a84b5 commit bb5f66b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

client/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Add the following to your `pom.xml`
2626
val client = AnnoRepoClient(
2727
serverURI = URI.create("http://localhost:8080"),
2828
apiKey = apiKey,
29-
userAgent = "name to identity this client in the User-Agent header"
29+
userAgent = "name to identify this client in the User-Agent header"
3030
)
3131
```
3232

client/src/test/resources/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Add the following to your `pom.xml`
2525
val client = AnnoRepoClient(
2626
serverURI = URI.create("http://localhost:8080"),
2727
apiKey = apiKey,
28-
userAgent = "name to identity this client in the User-Agent header"
28+
userAgent = "name to identify this client in the User-Agent header"
2929
)
3030
```
3131

0 commit comments

Comments
 (0)