doc: fix a syntax error in ratelimit TOML configuration sample

This commit is contained in:
Marc Vertes 2021-04-27 20:26:04 +02:00 committed by GitHub
parent 08b258a2cb
commit ea8ba87aeb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -184,7 +184,7 @@ labels:
[http.middlewares]
[http.middlewares.test-ratelimit.rateLimit]
average = 6
period = 1m
period = "1m"
```
```yaml tab="File (YAML)"