Skip to content

Commit 7aaf035

Browse files
authored
Update CloneableData.md - fix typo
1 parent d36d51d commit 7aaf035

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/CloneableData.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ $todoWithDueDate = $todo->with(
5959
6060
> **Important:** `emptyTodo`, `todo` and `todoWithDueDate` are all different instances.
6161
62-
> **Important:** This using of `with` is not recommended as it will create
62+
> **Important:** This usage of `with` is not recommended as it will create
6363
> a new instance of the `Data` object for each call.
6464
> ```php
6565
> // Don't

0 commit comments

Comments
 (0)