Skip to content

Commit c34de94

Browse files
committed
fix doc rst v2
1 parent f8988b5 commit c34de94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/LiveComponent/doc/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1423,7 +1423,7 @@ Handling the ``JsonResponse`` in a Stimulus controller:
14231423
if (response.status === "success") {
14241424
console.log('Success -> ', response.message)
14251425
} else {
1426-
//...
1426+
// ...
14271427
}
14281428
14291429
// Note: The component does not re-render automatically after a JsonResponse.

0 commit comments

Comments
 (0)