long standing typo

This commit is contained in:
Asim Aslam 2017-06-15 19:57:27 +01:00
parent 3812cbbcb6
commit 9438fae607

View File

@ -11,7 +11,7 @@ check out the [Mailing List](https://groups.google.com/forum/#!forum/microhq).
## Features
Go Micro abstracts way the details of distributed systems. Here are the main features.
Go Micro abstracts away the details of distributed systems. Here are the main features.
- **Service Discovery** - Applications are automatically registered with service discovery so they can find each other.
- **Load Balancing** - Smart client side load balancing is used to balance requests between instances of a service.