Skip to content

Commit

Permalink
fix: Remove duplicated "the" (#1493)
Browse files Browse the repository at this point in the history
  • Loading branch information
ixkaito authored and Akryum committed Jun 7, 2018
1 parent 4db901c commit 6e32164
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/dev-guide/ui-plugin-dev.md
Original file line number Diff line number Diff line change
Expand Up @@ -688,7 +688,7 @@ If you use the `sharedData` option, the shared data can be updated by assigning
<script>
export default {
sharedData: {
// Will sync the the 'my-message' shared data on the server
// Will sync the 'my-message' shared data on the server
message: 'my-message'
}
}
Expand Down
2 changes: 1 addition & 1 deletion packages/@vue/cli/lib/util/shouldUseTaobao.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ module.exports = async function shouldUseTaobao () {
name: 'useTaobaoRegistry',
type: 'confirm',
message: chalk.yellow(
` Your connection to the the default npm registry seems to be slow.\n` +
` Your connection to the default npm registry seems to be slow.\n` +
` Use ${chalk.cyan(registries.taobao)} for faster installation?`
)
}
Expand Down

0 comments on commit 6e32164

Please sign in to comment.