Skip to content

Commit 81ed7d5

Browse files
committed
Fix another typo
1 parent f09c642 commit 81ed7d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/warmed-containers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ case class UserLimits(invocationsPerMinute: Option[Int] = None,
3737
warmedContainerKeepingTimeout: Option[String] = None)
3838
```
3939

40-
So those can be configured in the same way that operators configure the `invocationPerMinute` limit.
40+
So those can be configured in the same way that operators configure the `invocationsPerMinute` limit.
4141

4242
```json
4343
{

0 commit comments

Comments
 (0)