Skip to content

Commit 94fbd4d

Browse files
committed
Fix grammar
1 parent 0f5e5b7 commit 94fbd4d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ The underlying issue seems to be the non-deterministic ordering of `<link rel="s
1818
* Note the text is green as expected
1919

2020
The styles in play here are:
21-
* An `.global { color:red; }` style in `App.vue`
22-
* An `.home { color: blue }` style in `Home.vue`
23-
* An `.about { color: green }` style in `About.vue`
21+
* A `.global { color:red; }` style in `App.vue`
22+
* A `.home { color: blue }` style in `Home.vue`
23+
* A `.about { color: green }` style in `About.vue`
2424

2525
In production mode, the extracted stylesheets are loaded in the following order:
2626
* `app.css`

0 commit comments

Comments
 (0)