Skip to content

Commit ed4988c

Browse files
authored
fix: Fix grammar mistake in website docs. (#181)
1 parent 96ba1b1 commit ed4988c

File tree

1 file changed

+1
-1
lines changed
  • packages/@css-blocks/website/src/pages/Home/components/CodeDemo/demos

1 file changed

+1
-1
lines changed

packages/@css-blocks/website/src/pages/Home/components/CodeDemo/demos/code.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ const data: Data = {
8484

8585
glimmerTooltips: [
8686
{ label: "1", value: "Your `:scope` selector is automatically applied to the root template element", y: -0.3, x: 6.0 },
87-
{ label: "2", value: "Use your classes and states just regular html", y: 5.0, x: 28 },
87+
{ label: "2", value: "Use your classes and states just like regular html", y: 5.0, x: 28 },
8888
{ label: "3", value: "Apply block classes to sub elements", y: 9.2, x: 20.8 }
8989
],
9090
}

0 commit comments

Comments
 (0)