1
0
mirror of https://github.com/maximebf/php-debugbar.git synced 2025-01-16 13:00:42 +01:00

Fix code block in docs (#580)

This commit is contained in:
Pedro Xavier 2023-10-12 13:09:00 -03:00 committed by GitHub
parent 03dd40a182
commit 0d65147743
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -92,8 +92,8 @@ Thus in almost all cases, you should only have to use `render()` right away:
This will print the initialization code for the toolbar and the dataset for the request.
When you are performing AJAX requests, you do not want to initialize a new toolbar but
add the dataset to the existing one. You can disable initialization using ̀false` as
the first argument of ̀render()`.
add the dataset to the existing one. You can disable initialization using `false` as
the first argument of `render()`.
<p>my ajax content</p>
<?php echo $renderer->render(false) ?>