Skip to content

Commit 30bdab6

Browse files
authored
docs: fix doc issues (#2497)
1 parent c827c19 commit 30bdab6

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

packages/docs/docs/guide/assets.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Relative URLs
44

5-
All Markdown files are compiled into Vue components and processed by [webpack](http://webpack.js.org/). You can, **and should **, reference any assets using relative URLs:
5+
All Markdown files are compiled into Vue components and processed by [webpack](http://webpack.js.org/). You can, **and should**, reference any assets using relative URLs:
66

77
``` md
88
![An image](./image.png)

packages/docs/docs/guide/directory-structure.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ When customizing `templates/ssr.html`, or `templates/dev.html`, it’s best to e
5454

5555
## Default Page Routing
5656

57-
Here we use the `docs` directory as the `targetDir` (see [Command-line Interface](../api/cli.md#usage)). All the "Relative Paths" below are relative to the `docs` directory. Add `scripts` in `package.json` which is located in your project's root directory:
57+
Here we use the `docs` directory as the `targetDir` (see [Command-line Interface](../api/cli.md#usage)). All the "Relative Paths" below are relative to the `docs` directory. Add `scripts` in `package.json` which is located in your projects root directory:
5858

5959
```json
6060
{

packages/docs/docs/guide/frontmatter.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,4 +152,4 @@ See [Default Theme Config > Built-in Search](../theme/default-theme-config.html#
152152
- Type: `array`
153153
- Default: `undefined`
154154

155-
See [Default Theme Config > Built-in Search](../theme/default-theme-config.html#built-in-search). for details.
155+
See [Default Theme Config > Built-in Search](../theme/default-theme-config.html#built-in-search) for details.

packages/docs/docs/guide/global-computed.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ In VuePress, some core [computed properties](https://vuejs.org/v2/guide/computed
44

55
## $site
66

7-
This is the `$site` value of the site you're currently reading:
7+
This is the `$site` value of the site youre currently reading:
88

99
``` json
1010
{
@@ -25,7 +25,7 @@ This is the `$site` value of the site you're currently reading:
2525

2626
## $page
2727

28-
This is the `$page` value of the page you're currently reading:
28+
This is the `$page` value of the page youre currently reading:
2929

3030
``` json
3131
{

packages/docs/docs/guide/markdown.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ export default {
245245
</ul>
246246
```
247247

248-
A [list of valid languages](https://prismjs.com/#languages-list) is available on Prism's site.
248+
A [list of valid languages](https://prismjs.com/#languages-list) is available on Prisms site.
249249

250250
## Line Highlighting in Code Blocks
251251

packages/docs/docs/guide/permalinks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ module.exports = {
5050

5151
You can also set set a permalink for a single page only. This overrides the aforementioned global setting:
5252

53-
📝 __hello.md__:
53+
📝 **hello.md**:
5454

5555
```markdown
5656
---

0 commit comments

Comments
 (0)