diff --git a/docs/en/configuration.md b/docs/en/configuration.md index 83bed60..af10bd0 100644 --- a/docs/en/configuration.md +++ b/docs/en/configuration.md @@ -38,7 +38,7 @@ Options may by associative array like `'option_name' => true` or bitwise mask. ```php $fenom->setOptions(array( - "compile_check" => true, + "force_compile" => true, "force_include" => true )); // same