From ed6ace96a2dbdb234fde0655af6fc103f0496569 Mon Sep 17 00:00:00 2001 From: Awilum Date: Thu, 27 Feb 2020 10:54:52 +0300 Subject: [PATCH] chore(core): typo updates --- flextype/bootstrap.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flextype/bootstrap.php b/flextype/bootstrap.php index f3ee0105..1a73f744 100755 --- a/flextype/bootstrap.php +++ b/flextype/bootstrap.php @@ -132,7 +132,7 @@ include_once 'dependencies.php'; include_once 'middlewares.php'; /** - * Include API's + * Include API ENDPOINTS */ include_once 'api/delivery/images.php'; include_once 'api/delivery/entries.php';