Skip to content

Commit d459233

Browse files
authored
Update README.md
1 parent 892017d commit d459233

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ PHP Core Framework is a simple and easy to use MVC framework for web application
105105
// define folder for all of models, the name ModelFolder should not be changed
106106
define("ModelFolder", "models/", true);
107107
108-
// decalre models here
108+
// declare models here
109109
$ModelList = array (
110110
"info" => array ("file" => "info.php")
111111
);

0 commit comments

Comments
 (0)