Skip to content

Commit d8172a6

Browse files
committed
Fix typos
1 parent e7cb2d3 commit d8172a6

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
@@ -34,7 +34,7 @@ const config = {
3434
export default config
3535
```
3636

37-
Optionally, to silent typescript
37+
Optionally, to silence typescript
3838
[warnings](https://github.com/JonasKruckenberg/imagetools/issues/160) on image imports, create a new
3939
file at `src/ambient.d.ts`:
4040

@@ -56,7 +56,7 @@ image placeholder.
5656
Invoke the preset with the `?run` query param:
5757

5858
```js
59-
import 'path/to/asset?run`
59+
import imageMeta from 'path/to/asset?run`
6060
```
6161
6262
## Usage

0 commit comments

Comments
 (0)