Skip to content

Commit a30f7f1

Browse files
committed
update docusaurus
1 parent 26882c4 commit a30f7f1

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
@@ -114,7 +114,7 @@ const [isActive, setIsActive] = useState(false); // Inferred as 'boolean'
114114

115115
### Data Immutability
116116

117-
Immutability should be a key principle. Wherever possible, data should be immutable, leveraging types like `Readonly` and `ReadonlyArray`.
117+
Immutability should be a key principle. Wherever possible, data should remain immutable, leveraging types like `Readonly` and `ReadonlyArray`.
118118

119119
Using readonly type prevents accidental data mutations and reduces the risk of bugs caused by unintended side effects.
120120

0 commit comments

Comments
 (0)