DOCS Remove extra square bracket from markdown link

This commit is contained in:
Robbie Averill 2018-02-13 16:59:26 +13:00 committed by GitHub
parent 03b3ea139d
commit 8e25a98f27
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,7 +25,7 @@ const CharacterCounter = (TextField) => (props) => {
export default CharacterCounter;
```
Now let's add this higher order component to []Injector](../07_ReactJS_Redux_and_GraphQL.md#the-injector-api).
Now let's add this higher order component to [Injector](../07_ReactJS_Redux_and_GraphQL.md#the-injector-api).
__my-module/js/main.js__
```js