Skip to content

Commit 53726b1

Browse files
committed
typo fix
1 parent 47f12b0 commit 53726b1

File tree

4 files changed

+25
-25
lines changed

4 files changed

+25
-25
lines changed

src/resources/editor/tools/vs-code.mjs

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15796,7 +15796,7 @@ var require_yaml_intelligence_resources = __commonJS({
1579615796
},
1579715797
{
1579815798
name: "multiplex",
15799-
description: "Configuraiotn for reveal presentation multiplexing.",
15799+
description: "Configuration for reveal presentation multiplexing.",
1580015800
tags: {
1580115801
formats: [
1580215802
"revealjs"
@@ -19165,7 +19165,7 @@ var require_yaml_intelligence_resources = __commonJS({
1916519165
"Configuration option to prevent changes to existing drawings",
1916619166
"Add chalkboard buttons at the bottom of the slide",
1916719167
"Gives the duration (in ms) of the transition for a slide change, so\nthat the notes canvas is drawn after the transition is completed.",
19168-
"Configuraiotn for reveal presentation multiplexing.",
19168+
"Configuration for reveal presentation multiplexing.",
1916919169
"Multiplex token server (defaults to Reveal-hosted server)",
1917019170
"Unique presentation id provided by multiplex token server",
1917119171
"Secret provided by multiplex token server",
@@ -19579,6 +19579,8 @@ var require_yaml_intelligence_resources = __commonJS({
1957919579
},
1958019580
"Disambiguating year suffix in author-date styles (e.g. \u201Ca\u201D in \u201CDoe,\n1999a\u201D).",
1958119581
"internal-schema-hack",
19582+
"Mermaid diagram options",
19583+
"The mermaid built-in theme to use.",
1958219584
"Project configuration.",
1958319585
"Project type (<code>default</code>, <code>website</code>, or\n<code>book</code>)",
1958419586
"Files to render (defaults to all files)",
@@ -19883,9 +19885,7 @@ var require_yaml_intelligence_resources = __commonJS({
1988319885
long: "Title of the volume of the item or container holding the item.\nAlso use for titles of periodical special issues, special sections,\nand the like."
1988419886
},
1988519887
"Disambiguating year suffix in author-date styles (e.g.&nbsp;\u201Ca\u201D in \u201CDoe,\n1999a\u201D).",
19886-
"internal-schema-hack",
19887-
"Mermaid diagram options",
19888-
"The mermaid built-in theme to use."
19888+
"internal-schema-hack"
1988919889
],
1989019890
"schema/external-schemas.yml": [
1989119891
{
@@ -20098,12 +20098,12 @@ var require_yaml_intelligence_resources = __commonJS({
2009820098
mermaid: "%%"
2009920099
},
2010020100
"handlers/mermaid/schema.yml": {
20101-
_internalId: 133586,
20101+
_internalId: 133985,
2010220102
type: "object",
2010320103
description: "be an object",
2010420104
properties: {
2010520105
"mermaid-format": {
20106-
_internalId: 133578,
20106+
_internalId: 133977,
2010720107
type: "enum",
2010820108
enum: [
2010920109
"png",
@@ -20119,7 +20119,7 @@ var require_yaml_intelligence_resources = __commonJS({
2011920119
exhaustiveCompletions: true
2012020120
},
2012120121
theme: {
20122-
_internalId: 133585,
20122+
_internalId: 133984,
2012320123
type: "anyOf",
2012420124
anyOf: [
2012520125
{

src/resources/editor/tools/yaml/web-worker.js

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/resources/editor/tools/yaml/yaml-intelligence-resources.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8772,7 +8772,7 @@
87728772
},
87738773
{
87748774
"name": "multiplex",
8775-
"description": "Configuraiotn for reveal presentation multiplexing.",
8775+
"description": "Configuration for reveal presentation multiplexing.",
87768776
"tags": {
87778777
"formats": [
87788778
"revealjs"
@@ -12141,7 +12141,7 @@
1214112141
"Configuration option to prevent changes to existing drawings",
1214212142
"Add chalkboard buttons at the bottom of the slide",
1214312143
"Gives the duration (in ms) of the transition for a slide change, so\nthat the notes canvas is drawn after the transition is completed.",
12144-
"Configuraiotn for reveal presentation multiplexing.",
12144+
"Configuration for reveal presentation multiplexing.",
1214512145
"Multiplex token server (defaults to Reveal-hosted server)",
1214612146
"Unique presentation id provided by multiplex token server",
1214712147
"Secret provided by multiplex token server",
@@ -12555,6 +12555,8 @@
1255512555
},
1255612556
"Disambiguating year suffix in author-date styles (e.g.&nbsp;“a” in “Doe,\n1999a”).",
1255712557
"internal-schema-hack",
12558+
"Mermaid diagram options",
12559+
"The mermaid built-in theme to use.",
1255812560
"Project configuration.",
1255912561
"Project type (<code>default</code>, <code>website</code>, or\n<code>book</code>)",
1256012562
"Files to render (defaults to all files)",
@@ -12859,9 +12861,7 @@
1285912861
"long": "Title of the volume of the item or container holding the item.\nAlso use for titles of periodical special issues, special sections,\nand the like."
1286012862
},
1286112863
"Disambiguating year suffix in author-date styles (e.g.&nbsp;“a” in “Doe,\n1999a”).",
12862-
"internal-schema-hack",
12863-
"Mermaid diagram options",
12864-
"The mermaid built-in theme to use."
12864+
"internal-schema-hack"
1286512865
],
1286612866
"schema/external-schemas.yml": [
1286712867
{
@@ -13074,12 +13074,12 @@
1307413074
"mermaid": "%%"
1307513075
},
1307613076
"handlers/mermaid/schema.yml": {
13077-
"_internalId": 133586,
13077+
"_internalId": 133985,
1307813078
"type": "object",
1307913079
"description": "be an object",
1308013080
"properties": {
1308113081
"mermaid-format": {
13082-
"_internalId": 133578,
13082+
"_internalId": 133977,
1308313083
"type": "enum",
1308413084
"enum": [
1308513085
"png",
@@ -13095,7 +13095,7 @@
1309513095
"exhaustiveCompletions": true
1309613096
},
1309713097
"theme": {
13098-
"_internalId": 133585,
13098+
"_internalId": 133984,
1309913099
"type": "anyOf",
1310013100
"anyOf": [
1310113101
{

src/resources/schema/document-reveal-tools.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
so that the notes canvas is drawn after the transition is completed.
7878
7979
- name: multiplex
80-
description: Configuraiotn for reveal presentation multiplexing.
80+
description: Configuration for reveal presentation multiplexing.
8181
tags:
8282
formats: [revealjs]
8383
schema:

0 commit comments

Comments
 (0)