Skip to content

Commit 96edc7c

Browse files
Fix: typo
Typo fix: change the word `rerun` to `return on line no 162
1 parent 8736949 commit 96edc7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/v2/cookbook/using-axios-to-consume-apis.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ new Vue({
159159
</div>
160160
```
161161

162-
You can hit the rerun button on this pen to see the loading status briefly while we gather data from the API:
162+
You can hit the return button on this pen to see the loading status briefly while we gather data from the API:
163163

164164
<p data-height="300" data-theme-id="32763" data-slug-hash="6c01922c9af3883890fd7393e8147ec4" data-default-tab="result" data-user="Vue" data-embed-version="2" data-pen-title="Fourth Step Axios and Vue" class="codepen">See the Pen <a href="https://codepen.io/team/Vue/pen/6c01922c9af3883890fd7393e8147ec4/">Fourth Step Axios and Vue</a> by Vue (<a href="https://codepen.io/Vue">@Vue</a>) on <a href="https://codepen.io">CodePen</a>.</p>
165165
<script async src="https://static.codepen.io/assets/embed/ei.js"></script>

0 commit comments

Comments
 (0)