Skip to content

Commit 9c8e150

Browse files
fossil12ncross42
authored andcommitted
Fix two documentation typos (vuejs-templates#1248)
1 parent 9c2869a commit 9c8e150

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/backend.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const path = require('path')
1111

1212
module.exports = {
1313
dev: {
14-
/ Paths
14+
// Paths
1515
assetsSubDirectory: 'static',
1616
assetsPublicPath: '/',
1717
proxyTable: {},

docs/structure.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
│ │ ├── eslintrc # config file for eslint with extra settings only for unit tests
2222
│ │ ├── index.js # test build entry file
2323
│ │ ├── jest.conf.js # Config file when using Jest for unit tests
24-
│ │ ── karma.conf.js # test runner config file when using Karma for unit tests
25-
│ │ ── setup.js # file that runs before Jest runs your unit tests
24+
│ │ ── karma.conf.js # test runner config file when using Karma for unit tests
25+
│ │ ── setup.js # file that runs before Jest runs your unit tests
2626
│ └── e2e/ # e2e tests
2727
│ │   ├── specs/ # test spec files
2828
│ │   ├── custom-assertions/ # custom assertions for e2e tests

0 commit comments

Comments
 (0)