Fix typos
This commit is contained in:
parent
c13db04f6d
commit
d2f51fccb9
2 changed files with 6 additions and 6 deletions
4
.github/CONTRIBUTING.md
vendored
4
.github/CONTRIBUTING.md
vendored
|
@ -77,7 +77,7 @@ ok github.com/containous/traefik 0.005s coverage: 4.1% of statements
|
||||||
Test success
|
Test success
|
||||||
```
|
```
|
||||||
|
|
||||||
For development purpose, you can specifiy which tests to run by using:
|
For development purposes, you can specify which tests to run by using:
|
||||||
```
|
```
|
||||||
# Run every tests in the MyTest suite
|
# Run every tests in the MyTest suite
|
||||||
TESTFLAGS="-check.f MyTestSuite" make test-integration
|
TESTFLAGS="-check.f MyTestSuite" make test-integration
|
||||||
|
@ -113,7 +113,7 @@ Then install mkdocs with pip
|
||||||
$ pip install mkdocs
|
$ pip install mkdocs
|
||||||
```
|
```
|
||||||
|
|
||||||
To test documentaion localy run `mkdocs serve` in the root directory, this should start a server localy to preview your changes.
|
To test documentation locally run `mkdocs serve` in the root directory, this should start a server locally to preview your changes.
|
||||||
|
|
||||||
```
|
```
|
||||||
$ mkdocs serve
|
$ mkdocs serve
|
||||||
|
|
|
@ -46,7 +46,7 @@ Run it and forget it!
|
||||||
- No dependency hell, single binary made with go
|
- No dependency hell, single binary made with go
|
||||||
- Rest API
|
- Rest API
|
||||||
- Multiple backends supported: Docker, Mesos/Marathon, Consul, Etcd, and more to come
|
- Multiple backends supported: Docker, Mesos/Marathon, Consul, Etcd, and more to come
|
||||||
- Watchers for backends, can listen change in backends to apply a new configuration automatically
|
- Watchers for backends, can listen for changes in backends to apply a new configuration automatically
|
||||||
- Hot-reloading of configuration. No need to restart the process
|
- Hot-reloading of configuration. No need to restart the process
|
||||||
- Graceful shutdown http connections
|
- Graceful shutdown http connections
|
||||||
- Circuit breakers on backends
|
- Circuit breakers on backends
|
||||||
|
@ -64,8 +64,8 @@ Run it and forget it!
|
||||||
## Demo
|
## Demo
|
||||||
|
|
||||||
|
|
||||||
Here is a talk (in french) given by [Emile Vauge](https://github.com/emilevauge) at the [Devoxx France 2016](http://www.devoxx.fr) conference.
|
Here is a talk (in French) given by [Emile Vauge](https://github.com/emilevauge) at the [Devoxx France 2016](http://www.devoxx.fr) conference.
|
||||||
You will learn fundamental Træfɪk features and see some demos with Docker, Mesos/Marathon and Lets'Encrypt.
|
You will learn fundamental Træfɪk features and see some demos with Docker, Mesos/Marathon and Let's Encrypt.
|
||||||
|
|
||||||
[![Traefik Devoxx France](http://img.youtube.com/vi/QvAz9mVx5TI/0.jpg)](http://www.youtube.com/watch?v=QvAz9mVx5TI)
|
[![Traefik Devoxx France](http://img.youtube.com/vi/QvAz9mVx5TI/0.jpg)](http://www.youtube.com/watch?v=QvAz9mVx5TI)
|
||||||
|
|
||||||
|
@ -115,7 +115,7 @@ Please refer to [this section](.github/CONTRIBUTING.md).
|
||||||
## Support
|
## Support
|
||||||
|
|
||||||
You can join [![Join the chat at https://traefik.herokuapp.com](https://img.shields.io/badge/style-register-green.svg?style=social&label=Slack)](https://traefik.herokuapp.com) to get basic support.
|
You can join [![Join the chat at https://traefik.herokuapp.com](https://img.shields.io/badge/style-register-green.svg?style=social&label=Slack)](https://traefik.herokuapp.com) to get basic support.
|
||||||
If you prefer a commercial support, please contact [containo.us](https://containo.us) by mail: <mailto:support@containo.us>.
|
If you prefer commercial support, please contact [containo.us](https://containo.us) by mail: <mailto:support@containo.us>.
|
||||||
|
|
||||||
## Træfɪk here and there
|
## Træfɪk here and there
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue