From b3678335065ab9367766d91f0c35e522e812008d Mon Sep 17 00:00:00 2001 From: Sam Figueroa <gitlab@samuelfigueroa.com> Date: Sun, 22 Aug 2021 12:48:08 +0000 Subject: [PATCH] Fix typo in Axios FE guide --- doc/development/fe_guide/axios.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/development/fe_guide/axios.md b/doc/development/fe_guide/axios.md index 2d699b305ce..b42a17d7870 100644 --- a/doc/development/fe_guide/axios.md +++ b/doc/development/fe_guide/axios.md @@ -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' }, {}); -- 2.30.9