Skip to content

Commit acf342f

Browse files
authored
fixed typos
1 parent d685e8e commit acf342f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/security/rate-limiting.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ There may come upon times where you want to set up multiple throttling definitio
4242
imports: [
4343
ThrottlerModule.forRoot([
4444
{
45-
name: 'short'
45+
name: 'short',
4646
ttl: 1000,
4747
limit: 3,
4848
},
@@ -198,7 +198,7 @@ The following options are valid for the object passed to the array of the `Throt
198198
</tr>
199199
</table>
200200

201-
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
201+
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
202202

203203
<table>
204204
<tr>
@@ -273,7 +273,7 @@ There are a couple of helper methods to make the timings more readable if you pr
273273

274274
For most people, wrapping your options in an array will be enough.
275275

276-
If you are using a custom storage, you should wrap you `ttl` and `limit` in an
276+
If you are using a custom storage, you should wrap your `ttl` and `limit` in an
277277
array and assign it to the `throttlers` property of the options object.
278278

279279
Any `@ThrottleSkip()` should now take in an object with `string: boolean` props.

0 commit comments

Comments
 (0)