Skip to content

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
  • Loading branch information
raystubbs committed Sep 5, 2024
1 parent 418a41b commit 0d02205
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,9 +118,9 @@ your registered component will be used.

When rendering to HTML, component views are rendered into
[declarative shadow DOMs](https://developer.mozilla.org/en-US/docs/Web/API/Web_components/Using_shadow_DOM).
Attributes for registered Zero components are serialized as [CDF (Concise Data Format)](./doc/CDF.md), which
allows seamless transfer of structured data to browser-side implementations of the component; which will
take control of the original HTML rendered DOM.
Attributes for registered Zero components are serialized as
[CDF (Concise Data Format)](./doc/ConciseDataFormat.md), which allows for seamless
transfer of structured data to browser-side component implementations.

## Learning
Here are a few resources to help learn the basics:
Expand Down

0 comments on commit 0d02205

Please sign in to comment.