Skip to content

Commit b8a069b

Browse files
committed
linting fixes
Signed-off-by: bidi <bidi@apidemia.com>
1 parent a977f44 commit b8a069b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/book/v1/other/config-provider/introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ class ConfigProvider
3838
{
3939
return [
4040
'app' => [__DIR__ . '/../templates/app'],
41-
'error' => [__DIR__ . '/../templates/error'],
41+
'error' => [__DIR__ . '/../templates/error'],
4242
];
4343
}
4444
}

0 commit comments

Comments
 (0)