From d7ca839c678a4ee3226bf23b4f439e026fe67a53 Mon Sep 17 00:00:00 2001 From: Chih-Hsuan Yen Date: Fri, 5 Oct 2018 17:06:47 +0800 Subject: [PATCH] Fix a typo in app.ini.sample (#5015) --- custom/conf/app.ini.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom/conf/app.ini.sample b/custom/conf/app.ini.sample index d30f134db..47d7bcb6a 100644 --- a/custom/conf/app.ini.sample +++ b/custom/conf/app.ini.sample @@ -91,7 +91,7 @@ DEFAULT_THEME = gitea USER_PAGING_NUM = 50 ; Number of repos that are displayed on one page REPO_PAGING_NUM = 50 -; Number of notices that are displayed on in one page +; Number of notices that are displayed on one page NOTICE_PAGING_NUM = 25 ; Number of organizations that are displayed on one page ORG_PAGING_NUM = 50