Skip to content

Commit f22754c

Browse files
committed
doc: 更新单词拼写错误
1 parent 1bdb038 commit f22754c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/BootstrapBlazor.Server/Locales/en-US.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3075,7 +3075,7 @@
30753075
"SelectsEnumTitle": "Enumerate the data",
30763076
"SelectsEnumIntro": "an example of a type enumerated a <code>select</code> component binding",
30773077
"SelectsEnumDescription1": "Enumeration When the binding value is an empty enumeration type, the component automatically adds preferences internally through the <code>PlaceHolder</code> value, and when the <code>PlaceHolder</code> value is not set, <b>please select ... </b>as a preference, and this example binds <code>the EnumEducation</code> enumeration type data",
3078-
"SelectsEnumDescription2": "Setting <code>PalceHolder</code> is not valid when the binding value is an enumerated type",
3078+
"SelectsEnumDescription2": "Setting <code>PlaceHolder</code> is not valid when the binding value is an enumerated type",
30793079
"SelectsEnumSelectText1": "Can be empty",
30803080
"SelectsEnumSelectText2": "Not empty",
30813081
"SelectsEnumSelectText3": "Using enum integer values ​​as Items",

src/BootstrapBlazor.Server/Locales/zh-CN.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3075,7 +3075,7 @@
30753075
"SelectsEnumTitle": "枚举数据",
30763076
"SelectsEnumIntro": "<code>Select</code> 组件绑定枚举类型示例",
30773077
"SelectsEnumDescription1": "当绑定值为可为空枚举类型时,组件内部自动通过 <code>PlaceHolder</code> 值添加首选项,未设置 <code>PlaceHolder</code> 值时,使用资源文件中的 <b>请选择 ...</b> 作为首选项,本示例绑定 <code>EnumEducation</code> 枚举类型",
3078-
"SelectsEnumDescription2": "绑定值为枚举类型时,设置 <code>PalceHolder</code> 无效",
3078+
"SelectsEnumDescription2": "绑定值为枚举类型时,设置 <code>PlaceHolder</code> 无效",
30793079
"SelectsEnumSelectText1": "可为空",
30803080
"SelectsEnumSelectText2": "不为空",
30813081
"SelectsEnumSelectText3": "使用枚举整形值作为集合",

0 commit comments

Comments
 (0)