Skip to content

Commit 55a340c

Browse files
committed
update docusaurus
1 parent c702fac commit 55a340c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/src/pages/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ const [userRole, setUserRole] = useState<UserRole>('admin'); // Type 'UserRole'
109109

110110
### Data Immutability
111111

112-
Majority of the data should be immutable with use of `Readonly`, `ReadonlyArray`.
112+
The majority of the data should be immutable, using types like `Readonly` and `ReadonlyArray`.
113113

114114
Using readonly type prevents accidental data mutations, which reduces the risk of introducing bugs related to unintended side effects.
115115

0 commit comments

Comments
 (0)