Skip to content

Commit 6e4bc05

Browse files
"is two-fold" to "are two-fold" (vuejs#271)
1 parent f0adf85 commit 6e4bc05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guide/build-config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ The client config can remain largely the same with the base config. Obviously yo
7676
7777
In addition to the server bundle, we can also generate a client build manifest. With the client manifest and the server bundle, the renderer now has information of both the server *and* client builds, so it can automatically infer and inject [preload / prefetch directives](https://css-tricks.com/prefetching-preloading-prebrowsing/) and css links / script tags into the rendered HTML.
7878

79-
The benefits is two-fold:
79+
The benefits are two-fold:
8080

8181
1. It can replace `html-webpack-plugin` for injecting the correct asset URLs when there are hashes in your generated filenames.
8282

0 commit comments

Comments
 (0)