Skip to content

Commit

Permalink
[labs/ssr-client]Fix a typo. (#3731)
Browse files Browse the repository at this point in the history
  • Loading branch information
FriedRiceNoodles committed Mar 16, 2023
1 parent 1b42ec9 commit 06d9f8a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .changeset/eight-seals-admire.md
@@ -0,0 +1,2 @@
---
---
2 changes: 1 addition & 1 deletion packages/labs/ssr-client/src/directives/render-light.ts
Expand Up @@ -48,7 +48,7 @@ class RenderLightDirective extends Directive {
* <x-story>
* #shadow-root
* <slot></slot>
* <button>Like></button>
* <button>Like</button>
* <h1>Hello World</h1>
* <p>This is a story about greeting the earth.</p>
* </x-story>
Expand Down

0 comments on commit 06d9f8a

Please sign in to comment.