From 50e3ac8cde5b8a178b879494f23344c6b5c92a16 Mon Sep 17 00:00:00 2001 From: LagradOst <46196380+Blatzar@users.noreply.github.com> Date: Sat, 27 Aug 2022 18:42:06 +0200 Subject: [PATCH] Update create-your-own-providers.md --- src/pages/docs/devs/create-your-own-providers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/docs/devs/create-your-own-providers.md b/src/pages/docs/devs/create-your-own-providers.md index 85e94a8..5ac8747 100644 --- a/src/pages/docs/devs/create-your-own-providers.md +++ b/src/pages/docs/devs/create-your-own-providers.md @@ -132,7 +132,7 @@ override suspend fun getMainPage( ``` This might seem needlessly convoluted, but this system is to allow "infinite" loading, e.g loading the next page of search -results when the user has scrolled to the end. +responses when the user has scrolled to the end. TLDR: Exactly like searching but you defined your own queries.