Skip to content

Commit 298b80a

Browse files
authored
fix typo error
1 parent cbaffc5 commit 298b80a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

utilities/rate-limit/index.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ container.add(
109109
);
110110
```
111111

112-
If you need to use different ways to identify request, for example using unique key passed as query string or POST parameter, ypu can create a class which implements `IRequestIdentifier` interface and implement its `getId()` method. For example
112+
If you need to use different ways to identify request, for example using unique key passed as query string or POST parameter, you can create a class which implements `IRequestIdentifier` interface and implement its `getId()` method. For example
113113

114114
```
115115
unit MyRequestIdentifierImpl;
@@ -292,4 +292,4 @@ Rate-limiting video tutorial explains how to use rate limit middleware to restri
292292
- [TThrottleMiddleware source](https://github.com/fanoframework/fano/blob/master/src/Libs/Throttle/Implementations/ThrottleMiddlewareImpl.pas)
293293
- [TThrottleMiddlewareFactory source](https://github.com/fanoframework/fano/blob/master/src/Libs/Throttle/Implementations/Factories/ThrottleMiddlewareFactoryImpl.pas)
294294
- [Rate-limiting demo application](https://github.com/fanoframework/fano-rate-limiting)
295-
- [Rate-limiting demo application with MySQL as storage](https://github.com/fanoframework/fano-rate-limiting-db).
295+
- [Rate-limiting demo application with MySQL as storage](https://github.com/fanoframework/fano-rate-limiting-db).

0 commit comments

Comments
 (0)