File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -1265,18 +1265,18 @@ type TableContent = TableRow
12651265
12661266The following interfaces are found with YAML.
12671267
1268- #### ` YAML `
1268+ #### ` Yaml `
12691269
12701270``` idl
1271- interface YAML <: Literal {
1271+ interface Yaml <: Literal {
12721272 type: 'yaml'
12731273}
12741274```
12751275
1276- ** YAML ** ([ ** Literal** ] [ dfn-literal ] ) represents a collection of metadata for
1276+ ** Yaml ** ([ ** Literal** ] [ dfn-literal ] ) represents a collection of metadata for
12771277the document in the YAML ([ \[ YAML\] ] [ yaml ] ) data serialisation language.
12781278
1279- ** YAML ** can be used where [ ** frontmatter** ] [ dfn-frontmatter-content ] content is
1279+ ** Yaml ** can be used where [ ** frontmatter** ] [ dfn-frontmatter-content ] content is
12801280expected.
12811281Its content is represented by its ` value ` field.
12821282
@@ -1297,7 +1297,7 @@ Yields:
12971297#### ` FrontmatterContent `
12981298
12991299``` idl
1300- type FrontmatterContent = YAML
1300+ type FrontmatterContent = Yaml
13011301```
13021302
13031303** Frontmatter** content represent out-of-band information about the document.
You can’t perform that action at this time.
0 commit comments