Skip to content

Commit

Permalink
docs: Fix typo (#455)
Browse files Browse the repository at this point in the history
  • Loading branch information
featherbear committed Mar 29, 2023
1 parent eda2d8a commit 26fa994
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/05_content_nodes.md
Expand Up @@ -160,7 +160,7 @@ YAML.stringify(obj)
`Alias` nodes provide a way to include a single node in multiple places in a document; the `source` of an alias node must be a preceding anchor in the document.
Circular references are fully supported, and where possible the JS representation of alias nodes will be the actual source object.
For ease of use, alias nodes also provide a `resolve(doc)` method to dreference its source node.
For ease of use, alias nodes also provide a `resolve(doc)` method to dereference its source node.
When nodes are constructed from JS structures (e.g. during `YAML.stringify()`), multiple references to the same object will result in including an autogenerated anchor at its first instance, and alias nodes to that anchor at later references.
Expand Down

0 comments on commit 26fa994

Please sign in to comment.