Skip to content

Commit 92d6e4e

Browse files
authored
docs: edit sentence
1 parent 3531bbd commit 92d6e4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

en/structure.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ app.$mount('#app')
111111

112112
### `entry-server.js`:
113113

114-
The server entry uses a default export which is a function that can be called repeatedly for each render. At this moment, it doesn't do much other than creating and returning the app instance - but later when we will perform server-side route matching and data pre-fetching logic here.
114+
The server entry uses a default export which is a function that can be called repeatedly for each render. At this moment, it doesn't do much other than creating and returning the app instance - but later we will perform server-side route matching and data pre-fetching logic here.
115115

116116
``` js
117117
import { createApp } from './app'

0 commit comments

Comments
 (0)