Skip to content

Commit

Permalink
docs(readme): fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nslee333 authored Oct 31, 2024
1 parent bf87fd6 commit 145cca9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Then you can use the handy builder syntax to generate your urls:
<img src={urlFor(author.image).width(200).url()} />
```

This will ensure that the author image is alway 200 pixels wide, automatically applying any crop specified by the editor and cropping towards the hot-spot she drew. You can specify both width and height like this:
This will ensure that the author image is always 200 pixels wide, automatically applying any crop specified by the editor and cropping towards the hot-spot she drew. You can specify both width and height like this:

```jsx
<img src={urlFor(movie.poster).width(500).height(300).url()}>
Expand Down

0 comments on commit 145cca9

Please sign in to comment.