Skip to content

Commit

Permalink
spellcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
macdonst committed Nov 15, 2023
1 parent f75729f commit 4ae2aaf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/docs/md/conventions/components.md
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ Once added the `MorphdomMixin` will handle updating the DOM whenever an `observe

### Lists

When working with lists of data in the DOM it is highly advisable to add a unique attribute to the list item like an `id` or `key`. This will assist MorphDOM in determining what items have changed in the list.
When working with lists of data in the DOM it is highly advisable to add a unique attribute to the list item like an `id` or `key`. This will assist `morphdom` in determining what items have changed in the list.

</doc-callout>

Expand Down
3 changes: 3 additions & 0 deletions scripts/dictionary.txt
Original file line number Diff line number Diff line change
Expand Up @@ -90,3 +90,6 @@ Neovim
nvim-treesitter
Treesitter's
parsers
renderable
(R|r)ehydration
performant

0 comments on commit 4ae2aaf

Please sign in to comment.