Skip to content

Commit 34116db

Browse files
committed
Fixed readme typo
1 parent 82ec228 commit 34116db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/redux-saga-requests/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ For a basic usage, see [Motivation](#motivation) paragraph. If you don't care ab
149149
probably all you need in your applications. You could also use [Interceptors](#interceptors), if you need to do
150150
something extra for every request, successful response or error. For reducers usage, see [Reducers](#reducers) paragraph.
151151

152-
Apart from the auto-mode `watchRequests`, this library provides also much more flexible and powerful (automatic requests
152+
Apart from the auto-mode `watchRequests`, this library provides also much more powerful (automatic requests
153153
abort to name a few) and flexible `sendRequest`:
154154
```javascript
155155
import axios from 'axios';

0 commit comments

Comments
 (0)