Commit b3678335 authored by Sam Figueroa's avatar Sam Figueroa

Fix typo in Axios FE guide

parent 883a98d9
......@@ -75,7 +75,7 @@ We have also decided against using [Axios interceptors](https://github.com/axios
### Mock poll requests in tests with Axios
Because polling function requires a header object, we need to always include an object as the third argument:
Because a polling function requires a header object, we need to always include an object as the third argument:
```javascript
mock.onGet('/users').reply(200, { foo: 'bar' }, {});
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment