Skip to content

Commit d670e01

Browse files
committed
fix typo
1 parent 473a36c commit d670e01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/configuration/kernel.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ have deleted it entirely (for example in the production servers), override the
288288

289289
public function getProjectDir(): string
290290
{
291-
// when defining a hardcoded string, don't add the triailing slash to the path
291+
// when defining a hardcoded string, don't add the trailing slash to the path
292292
// e.g. '/home/user/my_project', '/app', '/var/www/example.com'
293293
return \dirname(__DIR__);
294294
}

0 commit comments

Comments
 (0)