Skip to content

Commit f20373f

Browse files
committed
Missed some :/
1 parent 100b2aa commit f20373f

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12450,7 +12450,7 @@ var require_yaml_intelligence_resources = __commonJS({
1245012450
custom: {
1245112451
arrayOf: {
1245212452
object: {
12453-
description: "A custom cross reference type.",
12453+
description: "A custom cross reference type. See [Custom](https://quarto.org/docs/reference/metadata/crossref.html#custom) for more details.",
1245412454
closed: true,
1245512455
required: [
1245612456
"kind",
@@ -18843,7 +18843,7 @@ var require_yaml_intelligence_resources = __commonJS({
1884318843
title: "Footnotes"
1884418844
},
1884518845
crossref: {
18846-
title: "Crossrefs"
18846+
title: "Cross-References"
1884718847
},
1884818848
citation: {
1884918849
title: "Citation"

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

Lines changed: 2 additions & 2 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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5422,7 +5422,7 @@
54225422
"custom": {
54235423
"arrayOf": {
54245424
"object": {
5425-
"description": "A custom cross reference type.",
5425+
"description": "A custom cross reference type. See [Custom](https://quarto.org/docs/reference/metadata/crossref.html#custom) for more details.",
54265426
"closed": true,
54275427
"required": [
54285428
"kind",
@@ -11815,7 +11815,7 @@
1181511815
"title": "Footnotes"
1181611816
},
1181711817
"crossref": {
11818-
"title": "Crossrefs"
11818+
"title": "Cross-References"
1181911819
},
1182011820
"citation": {
1182111821
"title": "Citation"

0 commit comments

Comments
 (0)