Skip to content

Commit

Permalink
docs: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hemengke1997 committed Dec 24, 2024
1 parent dcf6f69 commit bd9a3e8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/reference/plugin-options.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ export default defineConfig({
{
ext: 'txt',
parse: (text) => {
// 自行解析文件内容
// Parse txt file yourself
},
}
],
Expand All @@ -148,7 +148,7 @@ export default defineConfig({
plugins: [
i18nAlly({
useVscodeI18nAllyConfig: false, // [!code highlight]
// 其他插件选项
// Other options
}),
],
})
Expand Down
2 changes: 1 addition & 1 deletion docs/zh/reference/plugin-options.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ export default defineConfig({
{
ext: 'txt',
parse: (text) => {
// parse text
// 自行解析 txt 文件
},
}
],
Expand Down

0 comments on commit bd9a3e8

Please sign in to comment.