Skip to content
This repository was archived by the owner on Nov 5, 2023. It is now read-only.

Commit c8d57ac

Browse files
committed
docs: fix a grammar error
1 parent 02ef13d commit c8d57ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ items (e.g. 1000+ items) as a grid in a performant way.
1919
## Code Examples
2020

2121
- [As an ES module (with a bundler)][esm]
22-
- [As an Universal Module Definition (no bundler)][umd]
22+
- [As a Universal Module Definition (no bundler)][umd]
2323

2424
## Install
2525

@@ -30,7 +30,7 @@ npm install vue-virtual-scroll-grid
3030
## Available Props
3131

3232
| Name | Description | Type | Validation |
33-
| -------------------------- |-----------------------------------------------------------------------------------| -------------------------------------------------------------- | ---------------------------------------------------- |
33+
|----------------------------|-----------------------------------------------------------------------------------|----------------------------------------------------------------|------------------------------------------------------|
3434
| `length` | The number of items in the list | `number` | Required, an integer greater than or equal to 0 |
3535
| `pageProvider` | The callback that returns a page of items as a promise. `pageNumber` start with 0 | `(pageNumber: number, pageSize: number) => Promise<unknown[]>` | Required |
3636
| `pageProviderDebounceTime` | Debounce window in milliseconds on the calls to `pageProvider` | `number` | Optional, an integer greater than or equal to 0 |

0 commit comments

Comments
 (0)