From c14101ce8de46ad5373e88b827ac8d831b78b4a6 Mon Sep 17 00:00:00 2001 From: Chad Gorshing Date: Sun, 2 Jun 2024 09:07:35 -0500 Subject: [PATCH] Minor typo correction --- REST/PhotoFrame/config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/REST/PhotoFrame/config.js b/REST/PhotoFrame/config.js index 84ca5e2..838a2ef 100644 --- a/REST/PhotoFrame/config.js +++ b/REST/PhotoFrame/config.js @@ -39,10 +39,10 @@ config.scopes = [ // The number of photos to load for search requests. config.photosToLoad = 150; -// The page size to use for search requests. 100 is reccommended. +// The page size to use for search requests. 100 is recommended. config.searchPageSize = 100; -// The page size to use for the listing albums request. 50 is reccommended. +// The page size to use for the listing albums request. 50 is recommended. config.albumPageSize = 50; // The API end point to use. Do not change.