Skip to content

Commit 834010e

Browse files
minho42ulivz
authored andcommitted
docs: fix typo (#1684)
1 parent d960218 commit 834010e

File tree

6 files changed

+24
-24
lines changed

6 files changed

+24
-24
lines changed

CHANGELOG.md

+12-12
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ It seems no any changes here.
162162
### Features
163163

164164
* **$core:** allow dynamic routeBase at runtime ([fc99d59](https://github.com/vuejs/vuepress/commit/fc99d59))
165-
* **$core:** decode page path for better readablility ([#1438](https://github.com/vuejs/vuepress/issues/1438)) ([93b2ca1](https://github.com/vuejs/vuepress/commit/93b2ca1))
165+
* **$core:** decode page path for better readability ([#1438](https://github.com/vuejs/vuepress/issues/1438)) ([93b2ca1](https://github.com/vuejs/vuepress/commit/93b2ca1))
166166
* **$core:** export version ([#1486](https://github.com/vuejs/vuepress/issues/1486)) ([d7b8daf](https://github.com/vuejs/vuepress/commit/d7b8daf))
167167
* **$core:** functional siteConfig.evergreen ([#1489](https://github.com/vuejs/vuepress/issues/1489)) ([19e0569](https://github.com/vuejs/vuepress/commit/19e0569))
168168
* **$core:** support array as plugin options ([#1493](https://github.com/vuejs/vuepress/issues/1493)) ([9e07b1e](https://github.com/vuejs/vuepress/commit/9e07b1e))
@@ -172,8 +172,8 @@ It seems no any changes here.
172172

173173
### Breaking Changes
174174

175-
* Depreated [@vuepress/plugin-container](https://www.npmjs.com/package/@vuepress/plugin-container) and moved it to [vuepress-plugin-container](https://www.npmjs.com/package/vuepress-plugin-container).
176-
* Depreated [@vuepress/plugin-clean-urls](https://www.npmjs.com/package/@vuepress/plugin-clean-urls) and moved it to [vuepress-plugin-clean-urls](https://www.npmjs.com/package/vuepress-plugin-clean-urls).
175+
* Deprecated [@vuepress/plugin-container](https://www.npmjs.com/package/@vuepress/plugin-container) and moved it to [vuepress-plugin-container](https://www.npmjs.com/package/vuepress-plugin-container).
176+
* Deprecated [@vuepress/plugin-clean-urls](https://www.npmjs.com/package/@vuepress/plugin-clean-urls) and moved it to [vuepress-plugin-clean-urls](https://www.npmjs.com/package/vuepress-plugin-clean-urls).
177177

178178

179179
<a name="1.0.0-alpha.44"></a>
@@ -354,7 +354,7 @@ It seems no any changes here.
354354

355355
### Features
356356

357-
* **$core:** Support extra watching files ([02cc268](https://github.com/vuejs/vuepress/commit/02cc268)),
357+
* **$core:** Support extra watching files ([02cc268](https://github.com/vuejs/vuepress/commit/02cc268)),
358358
<br>e.g.
359359
```js
360360
// .vuepress/config.js
@@ -376,7 +376,7 @@ It seems no any changes here.
376376

377377
* **$core:** Leverage `webpack-dev-server` and sunset `webpack-serve` ([#1195](https://github.com/vuejs/vuepress/issues/1195)) ([81e3ef6](https://github.com/vuejs/vuepress/commit/81e3ef6))
378378
- Add new plugin option api [beforeDevServer](https://v1.vuepress.vuejs.org/plugin/option-api.html#beforedevserver) and [afterDevServer](https://v1.vuepress.vuejs.org/plugin/option-api.html#afterdevserver).
379-
- Remove `enhanceDevServer`.
379+
- Remove `enhanceDevServer`.
380380
- Publish [vuepress-plugin-export](https://github.com/ulivz/vuepress-plugin-export).
381381
* **$core:** Allow a theme package using a sub directory (close [#1204](https://github.com/vuejs/vuepress/issues/1204)) ([#1206](https://github.com/vuejs/vuepress/issues/1206)) ([febe3a7](https://github.com/vuejs/vuepress/commit/febe3a7))
382382
* **$theme-default:** Support shortcut for `sh` and `yml`. (close: [#1221](https://github.com/vuejs/vuepress/issues/1221)) ([fc5dba8](https://github.com/vuejs/vuepress/commit/fc5dba8))
@@ -435,7 +435,7 @@ It seems no any changes here.
435435
### Breaking Changes
436436

437437
* **$core:** remove `contentLoading` and refine scroll behavior ([#1117](https://github.com/vuejs/vuepress/issues/1117)) ([0a7d85b](https://github.com/vuejs/vuepress/commit/0a7d85b))
438-
- It also fixes the exisitng issues about anchor links. (Refs: [#1113](https://github.com/vuejs/vuepress/issues/1113), [#1016](https://github.com/vuejs/vuepress/issues/1016), [#1011](https://github.com/vuejs/vuepress/issues/1011), [#895](https://github.com/vuejs/vuepress/issues/895))
438+
- It also fixes the existing issues about anchor links. (Refs: [#1113](https://github.com/vuejs/vuepress/issues/1113), [#1016](https://github.com/vuejs/vuepress/issues/1016), [#1011](https://github.com/vuejs/vuepress/issues/1011), [#895](https://github.com/vuejs/vuepress/issues/895))
439439

440440
### Performance Improvements
441441

@@ -1152,8 +1152,8 @@ It seems no any changes here.
11521152

11531153
* $page is missing at 404 page ([#388](https://github.com/vuejs/vuepress/issues/388)) ([cefc8c3](https://github.com/vuejs/vuepress/commit/cefc8c3))
11541154
* avoid the searchbox exceeded out of screen in narrow screen ([#254](https://github.com/vuejs/vuepress/issues/254)) ([8f04081](https://github.com/vuejs/vuepress/commit/8f04081))
1155-
* code looks not good at small sreen (close: [#350](https://github.com/vuejs/vuepress/issues/350)) ([6514c8f](https://github.com/vuejs/vuepress/commit/6514c8f))
1156-
* code looks not good at small sreen (close: [#350](https://github.com/vuejs/vuepress/issues/350)) ([d0ef06f](https://github.com/vuejs/vuepress/commit/d0ef06f))
1155+
* code looks not good at small screen (close: [#350](https://github.com/vuejs/vuepress/issues/350)) ([6514c8f](https://github.com/vuejs/vuepress/commit/6514c8f))
1156+
* code looks not good at small screen (close: [#350](https://github.com/vuejs/vuepress/issues/350)) ([d0ef06f](https://github.com/vuejs/vuepress/commit/d0ef06f))
11571157
* dropdown overlap due to word wrapping (close: [#359](https://github.com/vuejs/vuepress/issues/359)) ([#360](https://github.com/vuejs/vuepress/issues/360)) ([c65a8b7](https://github.com/vuejs/vuepress/commit/c65a8b7))
11581158
* duplicate slash when docs dir is not set ([#361](https://github.com/vuejs/vuepress/issues/361)) ([0c59ed5](https://github.com/vuejs/vuepress/commit/0c59ed5))
11591159
* emoji doesn't work in toc (close: [#417](https://github.com/vuejs/vuepress/issues/417)) ([#418](https://github.com/vuejs/vuepress/issues/418)) ([1b9012e](https://github.com/vuejs/vuepress/commit/1b9012e))
@@ -1266,7 +1266,7 @@ It seems no any changes here.
12661266
* fix emoji not showing on sidebars ([#206](https://github.com/vuejs/vuepress/issues/206)) ([bc2c83a](https://github.com/vuejs/vuepress/commit/bc2c83a))
12671267
* fix Sidebar link active logic ([#215](https://github.com/vuejs/vuepress/issues/215)) ([9c93d8f](https://github.com/vuejs/vuepress/commit/9c93d8f))
12681268
* Fix the style of repo link. ([f55fa00](https://github.com/vuejs/vuepress/commit/f55fa00))
1269-
* fix title inferrence regression (close [#208](https://github.com/vuejs/vuepress/issues/208)) ([52c20cf](https://github.com/vuejs/vuepress/commit/52c20cf))
1269+
* fix title inference regression (close [#208](https://github.com/vuejs/vuepress/issues/208)) ([52c20cf](https://github.com/vuejs/vuepress/commit/52c20cf))
12701270
* renames index.js to enhanceApp.js ([#226](https://github.com/vuejs/vuepress/issues/226)) ([0170449](https://github.com/vuejs/vuepress/commit/0170449))
12711271
* siteTitle vs pageTitle ([cd9b788](https://github.com/vuejs/vuepress/commit/cd9b788))
12721272

@@ -1282,7 +1282,7 @@ It seems no any changes here.
12821282
* support excerpt extraction with `<!-- more -->` (close [#174](https://github.com/vuejs/vuepress/issues/174)) ([fa404dc](https://github.com/vuejs/vuepress/commit/fa404dc))
12831283
* support for TOML front matter ([#141](https://github.com/vuejs/vuepress/issues/141)) ([#164](https://github.com/vuejs/vuepress/issues/164)) ([70620ba](https://github.com/vuejs/vuepress/commit/70620ba))
12841284
* support toml config ([#138](https://github.com/vuejs/vuepress/issues/138)) ([d136e22](https://github.com/vuejs/vuepress/commit/d136e22))
1285-
* theme index enhancment support ([#154](https://github.com/vuejs/vuepress/issues/154)) ([d026801](https://github.com/vuejs/vuepress/commit/d026801))
1285+
* theme index enhancement support ([#154](https://github.com/vuejs/vuepress/issues/154)) ([d026801](https://github.com/vuejs/vuepress/commit/d026801))
12861286
12871287
12881288
@@ -1328,7 +1328,7 @@ It seems no any changes here.
13281328

13291329
* handle headers that start with numbers (fix [#121](https://github.com/vuejs/vuepress/issues/121)) ([ad83169](https://github.com/vuejs/vuepress/commit/ad83169))
13301330
* make search locale-scoped (close [#128](https://github.com/vuejs/vuepress/issues/128)) ([846eb59](https://github.com/vuejs/vuepress/commit/846eb59))
1331-
* **nav:** unepxected error when themeConfig.nav isn't given. (close: [#125](https://github.com/vuejs/vuepress/issues/125)) ([#127](https://github.com/vuejs/vuepress/issues/127)) ([f052472](https://github.com/vuejs/vuepress/commit/f052472))
1331+
* **nav:** unexpected error when themeConfig.nav isn't given. (close: [#125](https://github.com/vuejs/vuepress/issues/125)) ([#127](https://github.com/vuejs/vuepress/issues/127)) ([f052472](https://github.com/vuejs/vuepress/commit/f052472))
13321332
* service worker path ([51c6eb2](https://github.com/vuejs/vuepress/commit/51c6eb2))
13331333
* use correct host in tip after the server has started ([#130](https://github.com/vuejs/vuepress/issues/130)) ([fd447ae](https://github.com/vuejs/vuepress/commit/fd447ae))
13341334
* use header's slug as it is if possible ([#119](https://github.com/vuejs/vuepress/issues/119)) ([5f7e199](https://github.com/vuejs/vuepress/commit/5f7e199))
@@ -1409,7 +1409,7 @@ It seems no any changes here.
14091409
### Bug Fixes
14101410

14111411
* always transpile lib directory ([#73](https://github.com/vuejs/vuepress/issues/73)) ([56e0392](https://github.com/vuejs/vuepress/commit/56e0392))
1412-
* avoid html-webpack-plugin requiring incomaptible webpack internals ([4816bef](https://github.com/vuejs/vuepress/commit/4816bef))
1412+
* avoid html-webpack-plugin requiring incompatible webpack internals ([4816bef](https://github.com/vuejs/vuepress/commit/4816bef))
14131413
* prioritize own deps + avoid serving wrong index.html (fix [#69](https://github.com/vuejs/vuepress/issues/69)) ([781e37a](https://github.com/vuejs/vuepress/commit/781e37a))
14141414
* redirect */index.html to */ (close [#83](https://github.com/vuejs/vuepress/issues/83)) ([52e04c4](https://github.com/vuejs/vuepress/commit/52e04c4))
14151415
* remove override import when ejecting (close [#56](https://github.com/vuejs/vuepress/issues/56)) ([2d811ed](https://github.com/vuejs/vuepress/commit/2d811ed))

packages/@vuepress/markdown/__tests__/link.spec.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@ const mdL = Md().use(link, {
1010
dataReturnable(mdL)
1111

1212
const internalLinkAsserts = {
13-
// START abosolute path usage
13+
// START absolute path usage
1414
'/': '/',
1515

1616
'/foo/': '/foo/',
1717
'/foo/#hash': '/foo/#hash',
1818

1919
'/foo/two.md': '/foo/two.html',
2020
'/foo/two.html': '/foo/two.html',
21-
// END abosolute path usage
21+
// END absolute path usage
2222

2323
// START relative path usage
2424
'README.md': './',

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

+4-4
Original file line numberDiff line numberDiff line change
@@ -105,9 +105,9 @@ module.exports = {
105105
module.exports = {
106106
themeConfig: {
107107
- serviceWorker: {
108-
- updatePopup: {
109-
- message: "New content is available.",
110-
- buttonText: "Refresh"
108+
- updatePopup: {
109+
- message: "New content is available.",
110+
- buttonText: "Refresh"
111111
- }
112112
- }
113113
},
@@ -179,7 +179,7 @@ Feel free to submit PRs to improve the default [i18n configuration](https://gith
179179

180180
## Customize the UI of SW-Update Popup
181181

182-
The default sw-update popup component provides a default slot which gives you the ability to fully control the appearence of the popup.
182+
The default sw-update popup component provides a default slot which gives you the ability to fully control the appearance of the popup.
183183

184184
First, you need to create a global component (e.g. `MySWUpdatePopup`) at `.vuepress/components`. A simple component created based on the default component is as follows:
185185

rfcs/002.plugin-git-log.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ function formatTime (timestamp, lang) {
6262

6363
### additionalProps
6464

65-
Aside from some properties listed above, we can add some custom properties throuth this option:
65+
Aside from some properties listed above, we can add some custom properties through this option:
6666

6767
```js
6868
module.exports = {
@@ -104,14 +104,14 @@ We will deprecate `@vuepress/plugin-last-updated` after several months. Before t
104104
// server
105105
module.exports = {
106106
plugins: ['@vuepress/last-updated']
107-
// show deprecation warnging
107+
// show deprecation warning
108108
}
109109
```
110110
```js
111111
// client
112112
export default {
113113
created () {
114-
console.log(this.$lastUpdated) // show deprecation warnging
114+
console.log(this.$lastUpdated) // show deprecation warning
115115
console.log(this.$git.updated)
116116
}
117117
}

rfcs/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ You should consider using this process if you intend to make `"substantial"` cha
2222
- An RFC can be **modified** based upon feedback from the team and community.
2323
- An RFC may be **rejected** by the team after public discussion has settled and comments have been made summarizing the rationale for rejection. A member of the team should then close the RFCs associated pull request.
2424
- An RFC may be **accepted** at the close of its `'final stage'`. A team member will merge the RFCs associated pull request, at which point the RFC will become `'active'`.
25-
- Once an RFC becomes `'active'`, a team member will open an issue for the implmentation request, then authors may implement it and submit a pull request to the VuePress repo.
26-
- An `'active'` RFC implementation pull request will ONLY be merged when it passes the review of core members. Once the implmentation is merged, the corresponding issue will be closed and the RFC will enter the `'finished'` stage.
25+
- Once an RFC becomes `'active'`, a team member will open an issue for the implementation request, then authors may implement it and submit a pull request to the VuePress repo.
26+
- An `'active'` RFC implementation pull request will ONLY be merged when it passes the review of core members. Once the implementation is merged, the corresponding issue will be closed and the RFC will enter the `'finished'` stage.
2727
- An `'active'` RFC that no one follows in a month will be tagged `'inactive'`. It will remain `'inactive'` unless someone opens a pull request.
2828

2929
## Notes

scripts/test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ const jestRunner = createJestRunner([
1919
...(regex ? [regex] : [])
2020
])
2121

22-
// ensure the basic temp files were genereatod
22+
// ensure the basic temp files were generated
2323
createApp({
2424
temp: '.temp'
2525
})

0 commit comments

Comments
 (0)