Skip to content

Commit

Permalink
Wording.
Browse files Browse the repository at this point in the history
  • Loading branch information
colinrtwhite committed Nov 6, 2024
1 parent f87d918 commit 58eee50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/image_pipeline.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ class PartialUrlFetcher(
}
```

Then all we have to do is register the `Fetcher` in our `ComponentRegistry` and pass a `PartialUrl` as our `model`/`data`:
Finally all we have to do is register the `Fetcher` in our `ComponentRegistry` and pass a `PartialUrl` as our `model`/`data`:

```kotlin
AsyncImage(
Expand Down

0 comments on commit 58eee50

Please sign in to comment.