From 9aed5c361aa6b8834423f139fccf6537b240a9e8 Mon Sep 17 00:00:00 2001 From: Mark Clayton <1789080+clayton256@users.noreply.github.com> Date: Thu, 16 Nov 2023 09:50:44 -0500 Subject: [PATCH] Update API.md fix a simple typographical error. --- docs/documentation/API.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/documentation/API.md b/docs/documentation/API.md index ff7e8acd..6a533897 100644 --- a/docs/documentation/API.md +++ b/docs/documentation/API.md @@ -123,7 +123,7 @@ Returns the current page number. ### totalPages #### type `Integer` -Returns then number of pages. +Returns the number of pages. ---