Showing with 1 addition and 1 deletion.
  1. +1 −1 doc/book/helpers/json.md
@@ -29,5 +29,5 @@ determine how to handle the content.
> `enableJsonExprFinder` key of the options array:
>
> ```php
> <?= $this-json($this-data, ['enableJsonExprFinder' = true]) ?>
> <?= $this->json($this->data, ['enableJsonExprFinder' => true]) ?>
> ```