Skip to content

Commit

Permalink
Fix typos in documentation. (#2541)
Browse files Browse the repository at this point in the history
* Fix typos in documentation.

* Fix typos in documentation.
  • Loading branch information
colinrtwhite authored Oct 11, 2024
1 parent f9cdf42 commit 435cdfe
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions coil-gif/README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# Gifs

**This feature is only avilable on Android.**
**This feature is only available on Android.**

Unlike Glide, GIFs are not supported by default. However, Coil has an extension library to support them.

To add GIF support, import the extension library:

```kotlin
implementation("io.coil-kt.coil3:coil-gifs:3.0.0-rc01")
implementation("io.coil-kt.coil3:coil-gif:3.0.0-rc01")
```

And add the decoders to your component registry when constructing your `ImageLoader`:
Expand Down
2 changes: 1 addition & 1 deletion coil-video/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Video Frames

**This feature is only avilable on Android.**
**This feature is only available on Android.**

To add video frame support, import the extension library:

Expand Down
2 changes: 1 addition & 1 deletion docs/transformations.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Transformations

**This feature is only avilable on Android.**
**This feature is only available on Android.**

Transformations allow you to modify the pixel data of an image before the `Drawable` is returned from the request.

Expand Down
2 changes: 1 addition & 1 deletion docs/transitions.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Transitions

**This feature is only avilable on Android.**
**This feature is only available on Android.**

Transitions allow you to animate setting the result of an image request on a `Target`.

Expand Down

0 comments on commit 435cdfe

Please sign in to comment.