Skip to content

Commit f6e2a9d

Browse files
authored
Update readonlyMiddleware.mdx
1 parent 707bdb0 commit f6e2a9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/site/docs/actionMiddlewares/readonlyMiddleware.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ slug: /action-middlewares/readonly-middleware
55

66
## Overview
77

8-
Attaches an action middleware that will throw when any action is started over the node or any of the child nodes, thus effectively making the subtree readonly. \* It will return an object with a `dispose` function to remove the middleware and an `allowWrite` function that will allow actions to be started inside the provided code block.
8+
Attaches an action middleware that will throw when any action is started over the node or any of the child nodes, thus effectively making the subtree readonly. It will return an object with a `dispose` function to remove the middleware and an `allowWrite` function that will allow actions to be started inside the provided code block.
99

1010
Example:
1111

0 commit comments

Comments
 (0)