We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ed1be4 commit 4ff4bfbCopy full SHA for 4ff4bfb
components/README.md
@@ -128,7 +128,7 @@ const Example1 = () => {
128
129
return [
130
() => h2(
131
- "Github Star: ",
+ "GitHub Stars: ",
132
Await({
133
value: data.val, container: span,
134
Loading: () => "🌀 Loading...",
components/examples/await/src/main.ts
@@ -17,7 +17,7 @@ const Example1 = () => {
17
18
19
20
21
22
23
0 commit comments