Skip to content

Commit 99b3b69

Browse files
authored
README: Fix typo
1 parent 62dba55 commit 99b3b69

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ r.Use(httprate.Limit(
9090
))
9191
```
9292

93-
### Send specific response for errors returned by the LimitCounter implementation
93+
### Send specific response for backend errors
9494

9595
```go
9696
r.Use(httprate.Limit(
@@ -108,7 +108,7 @@ r.Use(httprate.Limit(
108108
```
109109

110110

111-
### Send custom custom response headers
111+
### Send custom response headers
112112

113113
```go
114114
r.Use(httprate.Limit(

0 commit comments

Comments
 (0)