Skip to content

Commit a23d82d

Browse files
committed
Fixed another syntax issue
1 parent 21329ec commit a23d82d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

request/multiple_kernels.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ example, you can create ``web/api_dev.php`` and ``web/api.php`` (or
4242
configuration).
4343

4444
Then, update the code of the new front controllers to instantiate the new kernel
45-
class instead of the usual ``AppKernel`` class:
45+
class instead of the usual ``AppKernel`` class::
4646

4747
// web/api.php
4848
// ...

0 commit comments

Comments
 (0)