Skip to content

Commit 9743258

Browse files
committed
docs: fix some typos
1 parent 9008de7 commit 9743258

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ This lib allows you to select multiple elements with checkboxes :).
1717
To get started take a look at the [Live demo](https://ghiscoding.github.io/multiple-select-vanilla/) for all available options and methods that the library offers.
1818

1919
## Demo
20-
Take a look at the [**Live demo**](https://ghiscoding.github.io/multiple-select-vanilla/) to see all available options/methods (there's a lot).
20+
Take a look at the [**Live demo**](https://ghiscoding.github.io/multiple-select-vanilla/) to see all available options/methods (there's a lot).
2121
You can also take a look at the "[Used by](#used-by)" section below to see and try live real world Open Source projects taking advantage of this library.
2222

2323
### Fully tested with [![Playwright](https://img.shields.io/badge/tested%20with-Playwright-45ba4b.svg?logo=playwright)](https://playwright.dev/)

packages/multiple-select-vanilla/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Multiple-Select-Vanilla
22

33
## Live Demo
4-
Available [**Live demo**](https://ghiscoding.github.io/multiple-select-vanilla/) for displaying all available options/methods.
4+
Available [**Live demo**](https://ghiscoding.github.io/multiple-select-vanilla/) to see all available options/methods (there's a lot).
55

66
## Installation
77

@@ -11,7 +11,7 @@ npm install multiple-select-vanilla
1111

1212
## Basic Usage
1313

14-
#### 1. From a native `<select>`
14+
#### 1. from a native `<select>`
1515

1616
```html
1717
<select class="multiple-select full-width" data-test="select1">
@@ -30,7 +30,7 @@ import { multipleSelect } from 'multiple-select-vanilla';
3030
const ms = multipleSelect('.multiple-select');
3131
```
3232

33-
##### 2. From data
33+
##### 2. or from a `data` array or object
3434

3535
```ts
3636
import { multipleSelect } from 'multiple-select-vanilla';

0 commit comments

Comments
 (0)