diff options
author | Marcel Amirault <mamirault@gitlab.com> | 2019-08-19 23:41:23 +0000 |
---|---|---|
committer | Evan Read <eread@gitlab.com> | 2019-08-19 23:41:23 +0000 |
commit | 3bc0a1185cdaa50c9cf8b2ffb30cd89442f8b2bc (patch) | |
tree | 7475b6885dd542543d20d30b54dae557e88fa106 /doc/development/fe_guide/axios.md | |
parent | a749fcbea71de056cec2e71b752bdedcb77af47c (diff) | |
download | gitlab-ce-3bc0a1185cdaa50c9cf8b2ffb30cd89442f8b2bc.tar.gz |
Standardize markdown in dev and workflow
Delete trailing whitespace, fix blockquotes, fix note
boxes, with indentation, clean up tables, etc.
Diffstat (limited to 'doc/development/fe_guide/axios.md')
-rw-r--r-- | doc/development/fe_guide/axios.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/development/fe_guide/axios.md b/doc/development/fe_guide/axios.md index 09b4a3c3d96..6e7cf523f36 100644 --- a/doc/development/fe_guide/axios.md +++ b/doc/development/fe_guide/axios.md @@ -38,7 +38,7 @@ Advantages over [`spyOn()`]: - no need to create response objects - does not allow call through (which we want to avoid) -- simple API to test error cases +- simple API to test error cases - provides `replyOnce()` to allow for different responses We have also decided against using [axios interceptors] because they are not suitable for mocking. |