We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1424ea0 commit 8e36caeCopy full SHA for 8e36cae
src/LiveComponent/README.md
@@ -1056,7 +1056,7 @@ class EditPostComponent
1056
1057
With this, both the `title` and the `content` properties of the
1058
`$post` property _can_ be modified by the user. However, notice
1059
-that the `LiveProp` does _not_ have `modifiable=true`. This
+that the `LiveProp` does _not_ have `writable=true`. This
1060
means that while the `title` and `content` properties can be
1061
changed, the `Post` object itself **cannot** be changed. In other
1062
words, if the component was originally created with a Post
0 commit comments