Skip to content

Commit 0c06463

Browse files
authored
Merge pull request #527 from eliasp/firstName-typo
Fix typo (`firstNam` → `firstName`).
2 parents d710e02 + 3349e3a commit 0c06463

File tree

20 files changed

+20
-20
lines changed

20 files changed

+20
-20
lines changed

docs/reference/lang/spec/schema.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ schema Name:
144144

145145
schema Person:
146146
name: Name = {
147-
firstNam = "John"
147+
firstName = "John"
148148
lastName = "default"
149149
}
150150

i18n/zh-CN/docusaurus-plugin-content-docs/current/reference/lang/spec/schema.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ schema Name:
144144

145145
schema Person:
146146
name: Name = {
147-
firstNam = "John"
147+
firstName = "John"
148148
lastName = "default"
149149
}
150150

i18n/zh-CN/docusaurus-plugin-content-docs/version-0.10/reference/lang/spec/schema.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ schema Name:
144144

145145
schema Person:
146146
name: Name = {
147-
firstNam = "John"
147+
firstName = "John"
148148
lastName = "default"
149149
}
150150

i18n/zh-CN/docusaurus-plugin-content-docs/version-0.11/reference/lang/spec/schema.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ schema Name:
144144

145145
schema Person:
146146
name: Name = {
147-
firstNam = "John"
147+
firstName = "John"
148148
lastName = "default"
149149
}
150150

i18n/zh-CN/docusaurus-plugin-content-docs/version-0.4/reference/lang/spec/schema.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ schema Name:
144144

145145
schema Person:
146146
name: Name = {
147-
firstNam = "John"
147+
firstName = "John"
148148
lastName = "default"
149149
}
150150

i18n/zh-CN/docusaurus-plugin-content-docs/version-0.5/reference/lang/spec/schema.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ schema Name:
144144

145145
schema Person:
146146
name: Name = {
147-
firstNam = "John"
147+
firstName = "John"
148148
lastName = "default"
149149
}
150150

i18n/zh-CN/docusaurus-plugin-content-docs/version-0.6/reference/lang/spec/schema.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ schema Name:
144144

145145
schema Person:
146146
name: Name = {
147-
firstNam = "John"
147+
firstName = "John"
148148
lastName = "default"
149149
}
150150

i18n/zh-CN/docusaurus-plugin-content-docs/version-0.7/reference/lang/spec/modules.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ schema Name:
144144

145145
schema Person:
146146
name: Name = {
147-
firstNam = "John"
147+
firstName = "John"
148148
lastName = "default"
149149
}
150150

i18n/zh-CN/docusaurus-plugin-content-docs/version-0.7/reference/lang/spec/schema.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ schema Name:
144144

145145
schema Person:
146146
name: Name = {
147-
firstNam = "John"
147+
firstName = "John"
148148
lastName = "default"
149149
}
150150

i18n/zh-CN/docusaurus-plugin-content-docs/version-0.8/reference/lang/spec/modules.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ schema Name:
144144

145145
schema Person:
146146
name: Name = {
147-
firstNam = "John"
147+
firstName = "John"
148148
lastName = "default"
149149
}
150150

0 commit comments

Comments
 (0)