formkit / docs-content

The content (.md format) — and only the content — for the FormKit documentation site.
17 stars 28 forks source link

Typo on Architecture docs #133

Closed andrew-boyd closed 7 months ago

andrew-boyd commented 7 months ago

From Xcaver on Discord:


There is wrong text in the docs on the page https://formkit.com/essentials/architecture:

actual: "Node addresses may also be expressed as arrays. For example node.at('foo.bar') could be expressed as node.at('foo', 'bar')."

should be: "Node addresses may also be expressed as arrays. For example node.at('foo.bar') could be expressed as node.at(['foo', 'bar'])."

Also I find the description for the traversal find() token lacking. I'm not sure how to use find...

andrew-boyd commented 7 months ago

Fixed - content was right but [] was getting converted to a span by the markdown processor. Weird.