diff --git a/content/security/rate-limiting.md b/content/security/rate-limiting.md index 09b47d0f0e..43c2dbdbf0 100644 --- a/content/security/rate-limiting.md +++ b/content/security/rate-limiting.md @@ -42,7 +42,7 @@ There may come upon times where you want to set up multiple throttling definitio imports: [ ThrottlerModule.forRoot([ { - name: 'short' + name: 'short', ttl: 1000, limit: 3, }, @@ -198,7 +198,7 @@ The following options are valid for the object passed to the array of the `Throt -If you need to set up storages instead, or want to use a some of the above options in a more global sense, applying to each throttler set, you can pass the options above via the `throttlers` option key and use the below table +If you need to set up storage instead, or want to use some of the above options in a more global sense, applying to each throttler set, you can pass the options above via the `throttlers` option key and use the below table