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.