Skip to content

Commit 00fb26a

Browse files
leoleoasdsendya
authored andcommitted
Fixed typo
1 parent 9fac378 commit 00fb26a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/bootstrap.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import { printANSI } from '@/utils/screenLog'
1313
import defaultSettings from '@/config/defaultSettings'
1414

1515
export default function Initializer () {
16-
printANSI() // 请自行一处改行. please remove this line
16+
printANSI() // 请自行移除该行. please remove this line
1717

1818
store.commit(TOGGLE_LAYOUT, storage.get(TOGGLE_LAYOUT, defaultSettings.layout))
1919
store.commit(TOGGLE_FIXED_HEADER, storage.get(TOGGLE_FIXED_HEADER, defaultSettings.fixedHeader))

0 commit comments

Comments
 (0)