Fix docs misspelling
This commit is contained in:
parent
7af6bc093d
commit
adf385fdf3
1 changed files with 2 additions and 2 deletions
|
@ -270,7 +270,7 @@ Here is an example of backends and servers definition:
|
|||
|
||||
Træfɪk's configuration has two parts:
|
||||
|
||||
- The [static Træfɪk configuration](/basics#static-trfk-configuration) which is loaded only at the begining.
|
||||
- The [static Træfɪk configuration](/basics#static-trfk-configuration) which is loaded only at the beginning.
|
||||
- The [dynamic Træfɪk configuration](/basics#dynamic-trfk-configuration) which can be hot-reloaded (no need to restart the process).
|
||||
|
||||
|
||||
|
@ -356,7 +356,7 @@ All those related flags will be displayed with :
|
|||
$ traefik [command] --help
|
||||
```
|
||||
|
||||
Note that each command is described at the begining of the help section:
|
||||
Note that each command is described at the beginning of the help section:
|
||||
|
||||
```bash
|
||||
$ traefik --help
|
||||
|
|
Loading…
Reference in a new issue