@@ -337,7 +337,7 @@ function App() {
Notice: You are currently running React in
development mode. Rendering performance will be slightly degraded
- until this application is build for production.
+ until this application is built for production.
) : null}
diff --git a/examples/react/infinite-scroll/src/main.tsx b/examples/react/infinite-scroll/src/main.tsx
index b1dc4839..205e8aa2 100644
--- a/examples/react/infinite-scroll/src/main.tsx
+++ b/examples/react/infinite-scroll/src/main.tsx
@@ -145,7 +145,7 @@ function App() {
Notice: You are currently running React in
development mode. Rendering performance will be slightly degraded
- until this application is build for production.
+ until this application is built for production.
) : null}
diff --git a/examples/react/padding/src/main.tsx b/examples/react/padding/src/main.tsx
index 59cf86f6..6aaa2980 100644
--- a/examples/react/padding/src/main.tsx
+++ b/examples/react/padding/src/main.tsx
@@ -19,7 +19,7 @@ function App() {
These components are using dynamic sizes. This means
that each element's exact dimensions are unknown when rendered. An
- estimated dimension is used to get an a initial measurement, then this
+ estimated dimension is used as the initial measurement, then this
measurement is readjusted on the fly as each element is rendered.
@@ -237,7 +237,7 @@ function GridVirtualizerDynamic({ rows, columns }) {
Notice: You are currently running React in
development mode. Rendering performance will be slightly degraded
- until this application is build for production.
+ until this application is built for production.
) : null}
>
diff --git a/examples/react/scroll-padding/src/main.tsx b/examples/react/scroll-padding/src/main.tsx
index f7429de8..d0988841 100644
--- a/examples/react/scroll-padding/src/main.tsx
+++ b/examples/react/scroll-padding/src/main.tsx
@@ -91,7 +91,7 @@ function App() {
Notice: You are currently running React in
development mode. Rendering performance will be slightly degraded
- until this application is build for production.
+ until this application is built for production.
) : null}
>
diff --git a/examples/react/smooth-scroll/src/main.tsx b/examples/react/smooth-scroll/src/main.tsx
index d040cf92..c392840f 100644
--- a/examples/react/smooth-scroll/src/main.tsx
+++ b/examples/react/smooth-scroll/src/main.tsx
@@ -111,7 +111,7 @@ function App() {
Notice: You are currently running React in
development mode. Rendering performance will be slightly degraded
- until this application is build for production.
+ until this application is built for production.
) : null}
diff --git a/examples/react/sticky/src/main.tsx b/examples/react/sticky/src/main.tsx
index 0870a230..c43dd206 100644
--- a/examples/react/sticky/src/main.tsx
+++ b/examples/react/sticky/src/main.tsx
@@ -102,7 +102,7 @@ const App = () => {
Notice: You are currently running React in
development mode. Rendering performance will be slightly degraded
- until this application is build for production.
+ until this application is built for production.
) : null}
diff --git a/examples/react/table/src/main.tsx b/examples/react/table/src/main.tsx
index 8ed0d807..1d02b88a 100644
--- a/examples/react/table/src/main.tsx
+++ b/examples/react/table/src/main.tsx
@@ -165,7 +165,7 @@ function App() {
For tables, the basis for the offset of the translate css function is
from the row's initial position itself. Because of this, we need to
- calculate the translateY pixel count different and base it off the the
+ calculate the translateY pixel count differently and base it off the
index.
@@ -175,7 +175,7 @@ function App() {
Notice: You are currently running React in
development mode. Rendering performance will be slightly degraded
- until this application is build for production.
+ until this application is built for production.
) : null}
diff --git a/examples/react/variable/src/main.tsx b/examples/react/variable/src/main.tsx
index b9e2bb26..bea79eac 100644
--- a/examples/react/variable/src/main.tsx
+++ b/examples/react/variable/src/main.tsx
@@ -47,7 +47,7 @@ function App() {
Notice: You are currently running React in
development mode. Rendering performance will be slightly degraded
- until this application is build for production.
+ until this application is built for production.
) : null}
diff --git a/examples/react/window/src/main.tsx b/examples/react/window/src/main.tsx
index c201202e..9b29a450 100644
--- a/examples/react/window/src/main.tsx
+++ b/examples/react/window/src/main.tsx
@@ -68,7 +68,7 @@ function App() {
Notice: You are currently running React in
development mode. Rendering performance will be slightly degraded
- until this application is build for production.
+ until this application is built for production.
) : null}
diff --git a/examples/svelte/dynamic/src/App.svelte b/examples/svelte/dynamic/src/App.svelte
index e46dafc9..174fb9dd 100644
--- a/examples/svelte/dynamic/src/App.svelte
+++ b/examples/svelte/dynamic/src/App.svelte
@@ -11,7 +11,7 @@
These components are using dynamic sizes. This means that each
element's exact dimensions are unknown when rendered. An estimated dimension
- is used to get an a initial measurement, then this measurement is readjusted
+ is used as the initial measurement, then this measurement is readjusted
on the fly as each element is rendered.
diff --git a/examples/svelte/table/src/App.svelte b/examples/svelte/table/src/App.svelte
index 31eed5c6..427dcea2 100644
--- a/examples/svelte/table/src/App.svelte
+++ b/examples/svelte/table/src/App.svelte
@@ -100,7 +100,7 @@
For tables, the basis for the offset of the translate css function is from
the row's initial position itself. Because of this, we need to calculate the
- translateY pixel count different and base it off the the index.
+ translateY pixel count differently and base it off the index.