1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-12-22 19:07:54 +01:00

fix typos

This commit is contained in:
bjarneo 2016-12-05 10:32:29 +01:00 committed by Ivar Conradi Østhus
parent d3dc4bc800
commit 0d79dd91d8

View File

@ -39,7 +39,7 @@ Read more about activation strategies in [docs/activation-strategies.md](./docs/
- [unleash-client-node](https://github.com/unleash/unleash-client-node)
- (your implementation here!)
Client implentations makes it is easy for developers to check whether a toggle is enabled or disabled.
Client implementations makes it is easy for developers to check whether a toggle is enabled or disabled.
```
if(unleash.isEnabled("AwesomeFeature")) {
@ -79,8 +79,8 @@ You can also require Unleash as a lib and expand it with more options. Read more
- [Project Roadmap](https://github.com/unleash/unleash/wiki/Roadmap)
## Developer Guide
If you want to contribute to this project you are encuraged to send issue request, or provide pull-requests.
Please read the [unleas developer guide](./docs/developer-guide.md) to learn more on how you can contribute.
If you want to contribute to this project you are encouraged to send issue request, or provide pull-requests.
Please read the [unleash developer guide](./docs/developer-guide.md) to learn more on how you can contribute.
## Run with docker
We have made a separate project which runs unleash inside docker. Please see [unleash-docker](https://github.com/Unleash/unleash-docker)