Skip to content

Commit

Permalink
Fixed formatting of metaData for onError in README
Browse files Browse the repository at this point in the history
  • Loading branch information
dlmr authored Oct 20, 2016
1 parent 757c4a9 commit e78e0bd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,10 +90,10 @@ onCompleted(type) Invoked if everything was completed successfully, wit
### `onError(error, metaData)`
__`metaData`__
```
abort() Function that can be used to abort current loading
beforeTransition If the error originated from a beforeTransition hook or not
reason The reason for the error, can be either a "location-changed", "aborted" or "other"
router React Router instance https://github.com/ReactTraining/react-router/blob/master/docs/API.md#contextrouter
abort() Function that can be used to abort current loading
beforeTransition If the error originated from a beforeTransition hook or not
reason The reason for the error, can be either a "location-changed", "aborted" or "other"
router React Router instance https://github.com/ReactTraining/react-router/blob/master/docs/API.md#contextrouter
```

#### Example
Expand Down

0 comments on commit e78e0bd

Please sign in to comment.