Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: fix typos #765

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion examples/lit/dynamic/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ export class MyApp extends LitElement {
<p>
These components are using <strong>dynamic</strong> 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.
</p>
<nav>
Expand Down
4 changes: 2 additions & 2 deletions examples/react/dynamic/src/main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ function App() {
<p>
These components are using <strong>dynamic</strong> 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.
</p>
<nav>
Expand Down Expand Up @@ -337,7 +337,7 @@ function App() {
<p>
<strong>Notice:</strong> 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.
</p>
) : null}
</div>
Expand Down
2 changes: 1 addition & 1 deletion examples/react/fixed/src/main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ function App() {
<p>
<strong>Notice:</strong> 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.
</p>
) : null}
</div>
Expand Down
2 changes: 1 addition & 1 deletion examples/react/infinite-scroll/src/main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ function App() {
<p>
<strong>Notice:</strong> 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.
</p>
) : null}
</div>
Expand Down
4 changes: 2 additions & 2 deletions examples/react/padding/src/main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ function App() {
<p>
These components are using <strong>dynamic</strong> 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.
</p>
<br />
Expand Down Expand Up @@ -237,7 +237,7 @@ function GridVirtualizerDynamic({ rows, columns }) {
<p>
<strong>Notice:</strong> 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.
</p>
) : null}
</>
Expand Down
2 changes: 1 addition & 1 deletion examples/react/scroll-padding/src/main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ function App() {
<p>
<strong>Notice:</strong> 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.
</p>
) : null}
</>
Expand Down
2 changes: 1 addition & 1 deletion examples/react/smooth-scroll/src/main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ function App() {
<p>
<strong>Notice:</strong> 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.
</p>
) : null}
</div>
Expand Down
2 changes: 1 addition & 1 deletion examples/react/sticky/src/main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ const App = () => {
<p>
<strong>Notice:</strong> 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.
</p>
) : null}
</div>
Expand Down
4 changes: 2 additions & 2 deletions examples/react/table/src/main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ function App() {
<p>
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.
</p>
<ReactTableVirtualized />
Expand All @@ -175,7 +175,7 @@ function App() {
<p>
<strong>Notice:</strong> 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.
</p>
) : null}
</div>
Expand Down
2 changes: 1 addition & 1 deletion examples/react/variable/src/main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ function App() {
<p>
<strong>Notice:</strong> 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.
</p>
) : null}
</div>
Expand Down
2 changes: 1 addition & 1 deletion examples/react/window/src/main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ function App() {
<p>
<strong>Notice:</strong> 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.
</p>
) : null}
</div>
Expand Down
2 changes: 1 addition & 1 deletion examples/svelte/dynamic/src/App.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<p>
These components are using <strong>dynamic</strong> 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.
</p>
<nav>
Expand Down
2 changes: 1 addition & 1 deletion examples/svelte/table/src/App.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
<p>
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.
</p>

<div class="list scroll-container" bind:this={virtualListEl}>
Expand Down
4 changes: 2 additions & 2 deletions examples/vue/dynamic/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<p>
These components are using <strong>dynamic</strong> 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 on the fly as each element is rendered.
dimension is used as the initial measurement, then this measurement is
readjusted on the fly as each element is rendered.
</p>
<nav>
<ul>
Expand Down
2 changes: 1 addition & 1 deletion examples/vue/table/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<p>
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.
the translateY pixel count differently and base it off the index.
</p>

<div ref="parentRef" class="container">
Expand Down
Loading