Skip to content

Commit f780e2a

Browse files
markhoneyshigma
authored andcommitted
docs: fix typos (#1400)
1 parent 271b047 commit f780e2a

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

packages/docs/docs/plugin/official/plugin-container.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
22
title: container
3-
metaTitle: A plugin of registering markdown containers | VuePress
3+
metaTitle: A plugin for registering markdown containers | VuePress
44
---
55

66
# [@vuepress/plugin-container](https://github.com/vuejs/vuepress/tree/master/packages/@vuepress/plugin-container)
77

8-
> A plugin of registering markdown containers
8+
> A plugin for registering markdown containers
99
1010
## Install
1111

@@ -29,7 +29,7 @@ module.exports = {
2929
- Type: `string`
3030
- This is a required option.
3131

32-
The type for the container. For example, if `type` was set to `foo`, only the following syntax will be parsed as a container:
32+
The type for the container. For example, if `type` is set to `foo`, only the following syntax will be parsed as a container:
3333

3434
```md
3535
::: foo bar
@@ -42,21 +42,21 @@ write something here ~
4242
- Type: `string`
4343
- Default: the upper case of `type`
4444

45-
The default title for the container. If no title was provided, `defaultTitle` will be showed as the title of the container.
45+
The default title for the container. If no title is provided, `defaultTitle` will be shown as the title of the container.
4646

4747
### before
4848

4949
- Type: `string | Function`
5050
- Default: `undefined`
5151

52-
String to be placed before the block. If specified as a function, a argument `info` will be passed to it. (In the example above, `info` will be `bar`.) If specified, it will override `defaultTitle`.
52+
String to be placed before the block. If specified as a function, an argument `info` will be passed to it. (In the example above, `info` will be `bar`.) If specified, it will override `defaultTitle`.
5353

5454
### after
5555

5656
- Type: `string | Function`
5757
- Default: `undefined`
5858

59-
String to be placed after the block. If specified as a function, a argument `info` will be passed to it. (In the example above, `info` will be `bar`.) If specified, it will override `defaultTitle`.
59+
String to be placed after the block. If specified as a function, an argument `info` will be passed to it. (In the example above, `info` will be `bar`.) If specified, it will override `defaultTitle`.
6060

6161
### validate
6262

@@ -77,4 +77,4 @@ The renderer function for opening/closing tokens. If specified, it will override
7777
- Type: `string`
7878
- Default: `':'`
7979

80-
The character to use in delimiter.
80+
The character to use as a delimiter.

0 commit comments

Comments
 (0)