Skip to content

Commit

Permalink
fix tpyo (#3335)
Browse files Browse the repository at this point in the history
  • Loading branch information
Robbin authored and lukastaegert committed Jan 18, 2020
1 parent 63644db commit 56cbbdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/04-tutorial.md
Expand Up @@ -282,7 +282,7 @@ var version=function(){"use strict";var n="1.0.0";return function(){console.log(

### Code Splitting

To use the code splitting feature, we got back to the original example and modify `src/main.js` to load `src/foo.js` dynamically instead of statically:
To use the code splitting feature, we go back to the original example and modify `src/main.js` to load `src/foo.js` dynamically instead of statically:

```js
// src/main.js
Expand Down

0 comments on commit 56cbbdc

Please sign in to comment.