Skip to content

Commit

Permalink
Fix two documentation typos (vuejs-templates#1248)
Browse files Browse the repository at this point in the history
  • Loading branch information
fossil12 authored and ncross42 committed Apr 15, 2018
1 parent 9c2869a commit 9c8e150
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/backend.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const path = require('path')

module.exports = {
dev: {
/ Paths
// Paths
assetsSubDirectory: 'static',
assetsPublicPath: '/',
proxyTable: {},
Expand Down
4 changes: 2 additions & 2 deletions docs/structure.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
│ │ ├── eslintrc # config file for eslint with extra settings only for unit tests
│ │ ├── index.js # test build entry file
│ │ ├── jest.conf.js # Config file when using Jest for unit tests
│ │ ── karma.conf.js # test runner config file when using Karma for unit tests
│ │ ── setup.js # file that runs before Jest runs your unit tests
│ │ ── karma.conf.js # test runner config file when using Karma for unit tests
│ │ ── setup.js # file that runs before Jest runs your unit tests
│ └── e2e/ # e2e tests
│ │   ├── specs/ # test spec files
│ │   ├── custom-assertions/ # custom assertions for e2e tests
Expand Down

0 comments on commit 9c8e150

Please sign in to comment.