From 3bbbf493a92d76c57bd6116b441277ad0d13cdad Mon Sep 17 00:00:00 2001 From: Chris Chapman <42548502+ccchapman@users.noreply.github.com> Date: Fri, 24 Jun 2022 20:55:55 -0700 Subject: [PATCH] docs: fix livewire attribute (#2928) The `->wire('...')` alone will output the entire attribute string. We only want the `->value()` portion. --- docs/installation/php.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation/php.md b/docs/installation/php.md index 96a84256..2e373ffa 100644 --- a/docs/installation/php.md +++ b/docs/installation/php.md @@ -29,7 +29,7 @@ We provide [an official PHP package to work with Tiptap content](/api/utilities/ ```html