We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44a5ff9 commit bc55f64Copy full SHA for bc55f64
1 file changed
README.md
@@ -201,9 +201,8 @@ new SingleCryptText(
201
- `urlSafe: boolean`
202
Indicates if the instance uses `base64url` encoding (`true`, default) or standard `base64` (`false`) for encrypted outputs.
203
204
- > [!NOTE]
205
- > It is recommended to freeze `SingleCryptText` instances with `Object.freeze()` to prevent its modification.
206
-
+> [!NOTE]
+> It is recommended to freeze `SingleCryptText` instances with `Object.freeze()` to prevent their modification.
207
208
#### Example
209
0 commit comments