Fix typo in comment

This commit is contained in:
Phil Davis 2022-10-09 03:32:39 +05:45
parent 94d46f43a9
commit 8476feb2db
No known key found for this signature in database
GPG key ID: 129103924A5A9744
6 changed files with 6 additions and 6 deletions

View file

@ -45,7 +45,7 @@ if (!file_exists(PROJECT_PATH_ROOT . 'vendor/')) {
require PROJECT_PATH_ROOT . 'vendor/autoload.php'; require PROJECT_PATH_ROOT . 'vendor/autoload.php';
# Bootstraping Flake # Bootstrapping Flake
\Flake\Framework::bootstrap(); \Flake\Framework::bootstrap();
# Bootstrapping Baïkal # Bootstrapping Baïkal

View file

@ -46,7 +46,7 @@ if (!file_exists(PROJECT_PATH_ROOT . 'vendor/')) {
require PROJECT_PATH_ROOT . 'vendor/autoload.php'; require PROJECT_PATH_ROOT . 'vendor/autoload.php';
# Bootstraping Flake # Bootstrapping Flake
\Flake\Framework::bootstrap(); \Flake\Framework::bootstrap();
# Bootstrap BaikalAdmin # Bootstrap BaikalAdmin

View file

@ -53,7 +53,7 @@ if (!file_exists(PROJECT_PATH_ROOT . 'vendor/')) {
require PROJECT_PATH_ROOT . "vendor/autoload.php"; require PROJECT_PATH_ROOT . "vendor/autoload.php";
# Bootstraping Flake # Bootstrapping Flake
\Flake\Framework::bootstrap(); \Flake\Framework::bootstrap();
# Bootstrap BaikalAdmin # Bootstrap BaikalAdmin

View file

@ -47,7 +47,7 @@ if (!file_exists(PROJECT_PATH_ROOT . 'vendor/')) {
require PROJECT_PATH_ROOT . 'vendor/autoload.php'; require PROJECT_PATH_ROOT . 'vendor/autoload.php';
# Bootstraping Flake # Bootstrapping Flake
\Flake\Framework::bootstrap(); \Flake\Framework::bootstrap();
# Bootstrapping Baïkal # Bootstrapping Baïkal

View file

@ -47,7 +47,7 @@ if (!file_exists(PROJECT_PATH_ROOT . 'vendor/')) {
require PROJECT_PATH_ROOT . 'vendor/autoload.php'; require PROJECT_PATH_ROOT . 'vendor/autoload.php';
# Bootstraping Flake # Bootstrapping Flake
\Flake\Framework::bootstrap(); \Flake\Framework::bootstrap();
# Bootstrapping Baïkal # Bootstrapping Baïkal

View file

@ -46,7 +46,7 @@ if (!file_exists(PROJECT_PATH_ROOT . 'vendor/')) {
} }
require PROJECT_PATH_ROOT . 'vendor/autoload.php'; require PROJECT_PATH_ROOT . 'vendor/autoload.php';
# Bootstraping Flake # Bootstrapping Flake
\Flake\Framework::bootstrap(); \Flake\Framework::bootstrap();
# Bootstrapping Baïkal # Bootstrapping Baïkal