Skip to content

Commit 6e32164

Browse files
ixkaitoAkryum
authored andcommitted
fix: Remove duplicated "the" (#1493)
1 parent 4db901c commit 6e32164

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/dev-guide/ui-plugin-dev.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -688,7 +688,7 @@ If you use the `sharedData` option, the shared data can be updated by assigning
688688
<script>
689689
export default {
690690
sharedData: {
691-
// Will sync the the 'my-message' shared data on the server
691+
// Will sync the 'my-message' shared data on the server
692692
message: 'my-message'
693693
}
694694
}

packages/@vue/cli/lib/util/shouldUseTaobao.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ module.exports = async function shouldUseTaobao () {
6767
name: 'useTaobaoRegistry',
6868
type: 'confirm',
6969
message: chalk.yellow(
70-
` Your connection to the the default npm registry seems to be slow.\n` +
70+
` Your connection to the default npm registry seems to be slow.\n` +
7171
` Use ${chalk.cyan(registries.taobao)} for faster installation?`
7272
)
7373
}

0 commit comments

Comments
 (0)