Skip to content

Commit 5194f70

Browse files
committed
doc: 更正单词拼写错误
1 parent cf9977e commit 5194f70

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/BootstrapBlazor.Server/Components/Samples/Stacks.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<h3>@Localizer["Title"]</h3>
55

6-
<DemoBlock Title="@Localizer["BasicTitle"]" Introduction="@Localizer["BasicIntroe"]" Name="Normal">
6+
<DemoBlock Title="@Localizer["BasicTitle"]" Introduction="@Localizer["BasicIntro"]" Name="Normal">
77
<section ignore class="row g-3">
88
<div class="col-12">
99
<BootstrapInputGroup>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6469,7 +6469,7 @@
64696469
"BootstrapBlazor.Server.Components.Samples.Stacks": {
64706470
"Title": "Stack Layout",
64716471
"BasicTitle": "Basic",
6472-
"BasicIntroe": "Lets you arrange its subcomponents in a horizontal or vertical stack",
6472+
"BasicIntro": "Lets you arrange its subcomponents in a horizontal or vertical stack",
64736473
"RowMode": "Row",
64746474
"ColumnMode": "Column",
64756475
"Mode": "mode",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6469,7 +6469,7 @@
64696469
"BootstrapBlazor.Server.Components.Samples.Stacks": {
64706470
"Title": "Stack 布局",
64716471
"BasicTitle": "普通用法",
6472-
"BasicIntroe": "可用于在水平或垂直堆栈中排列其子组件",
6472+
"BasicIntro": "可用于在水平或垂直堆栈中排列其子组件",
64736473
"RowMode": "行布局",
64746474
"ColumnMode": "列布局",
64756475
"Mode": "布局类型",

0 commit comments

Comments
 (0)