diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 47b07efe0..bbe61deb3 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -167,7 +167,7 @@ a.k.a. the "Latest" source entry point in the app. - When user opens a chapter, `fetchPageList` will be called and it will return a list of `Page`s. - While a chapter is open the reader will call `fetchImageUrl` to get URLs for each page of the manga. - Chapter pages start from `0`. -- If `Page.imageUrl`s are available immediately, you should pass them here. Otherwise, you can set `page.url` to a empty string and override `imageUrlParse` to fill those `imageUrl`s. +- If `Page.imageUrl`s are available immediately, you should pass them here. Otherwise, you should set `page.url` to a page that contains them and override `imageUrlParse` to fill those `imageUrl`s. ### Misc notes