Skip to content

Commit bc55f64

Browse files
committed
fix
1 parent 44a5ff9 commit bc55f64

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -201,9 +201,8 @@ new SingleCryptText(
201201
- `urlSafe: boolean`
202202
Indicates if the instance uses `base64url` encoding (`true`, default) or standard `base64` (`false`) for encrypted outputs.
203203

204-
> [!NOTE]
205-
> It is recommended to freeze `SingleCryptText` instances with `Object.freeze()` to prevent its modification.
206-
204+
> [!NOTE]
205+
> It is recommended to freeze `SingleCryptText` instances with `Object.freeze()` to prevent their modification.
207206
208207
#### Example
209208

0 commit comments

Comments
 (0)