From 96edc7c98f820b38425fdf69ddccaf41ae08d234 Mon Sep 17 00:00:00 2001 From: Urja Satodiya <38939059+urja-satodiya@users.noreply.github.com> Date: Tue, 12 Apr 2022 15:44:10 +0530 Subject: [PATCH] Fix: typo Typo fix: change the word `rerun` to `return on line no 162 --- src/v2/cookbook/using-axios-to-consume-apis.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/v2/cookbook/using-axios-to-consume-apis.md b/src/v2/cookbook/using-axios-to-consume-apis.md index 584478e368..fc8101008d 100644 --- a/src/v2/cookbook/using-axios-to-consume-apis.md +++ b/src/v2/cookbook/using-axios-to-consume-apis.md @@ -159,7 +159,7 @@ new Vue({ ``` -You can hit the rerun button on this pen to see the loading status briefly while we gather data from the API: +You can hit the return button on this pen to see the loading status briefly while we gather data from the API:
See the Pen Fourth Step Axios and Vue by Vue (@Vue) on CodePen.