Skip to content

Commit c936465

Browse files
authored
docs: fix typos
1 parent 37764d7 commit c936465

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
[![Version: jsr](https://img.shields.io/jsr/v/@idleberg/loadenv-cli?style=for-the-badge)](https://jsr.io/@idleberg/loadenv-cli)
88
![GitHub branch check runs](https://img.shields.io/github/check-runs/idleberg/loadenv-cli/main?style=for-the-badge)
99

10-
Utilizing Vite's [`loadEnv`](https://vite.dev/guide/api-javascript.html#loadenv) function, this CLI tool loads `.env` files and spawns a child-process with access to the exposed environment variables. This is useful when you want to adopt Vite's mode handling with other tools.
10+
Utilizing Vite's [`loadEnv`](https://vite.dev/guide/api-javascript.html#loadenv) function, this CLI tool loads `.env` files and spawns a child process with access to the exposed environment variables. This is useful when you want to adopt Vite's mode handling with other tools.
1111

1212
**Features**
1313

14-
- loads `.env` matching the specicied mode
14+
- loads `.env` matching the specified mode
1515
- filters prefixed environment variables, e.g. `VITE_`
1616
- expands environment variables
1717

@@ -58,7 +58,7 @@ For ease of use, it's recommended to create tasks in your `deno.json` file:
5858

5959
> [!WARNING]
6060
>
61-
> The following example is a simplied for brevity. You likely want to define fine-grained permissions according to your needs.
61+
> The following example is simplified for brevity. You likely want to define fine-grained permissions according to your needs.
6262
6363
**Example**
6464

0 commit comments

Comments
 (0)