Merge pull request #1556 from JeremyWu917/master

bugfix: fix typo #963
This commit is contained in:
NaBian 2024-04-03 22:05:59 +08:00 committed by GitHub
commit d8bf35cdd5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
---
title: Seperator 分隔符
title: Separator 分隔符
---
# SeparatorBaseStyle

View File

@ -218,7 +218,7 @@ menu:
RadioButton 单选按钮: /radioButton/ ||
RichTextBox 富文本框: /richTextBox/ ||
ScrollViewer 滚动视图: /scrollViewer/ ||
Seperator 分隔符: /seperator/ ||
Separator 分隔符: /separator/ ||
Slider 滑块: /slider/ ||
StatusBar 状态栏: /statusBar/ ||
TabControl 选项卡控件: /tabControl/ ||