Skip to content

Commit 37bbdf8

Browse files
committed
protocol: fix typo
1 parent 612428c commit 37bbdf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

protocol/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ if err != nil {
2626
// ...
2727
```
2828

29-
Send a EPP `<hello>` and wait for the new `<greeting>`:
29+
Send an EPP `<hello>` and wait for the new `<greeting>`:
3030

3131
```go
3232
greeting, err := client.Hello(context.Background())

0 commit comments

Comments
 (0)