Skip to content

Commit

Permalink
Fix typo in ReadMe
Browse files Browse the repository at this point in the history
`snapshotWhen` was misspelt in the readme.
  • Loading branch information
alhaji-aki authored Dec 14, 2023
1 parent 7de6234 commit 1d26e3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ $salesOrder->status()->timesWas('approved');

$salesOrder->status()->whenWas('approved');

$salesOrder->fulfillment()->snapshowWhen('completed');
$salesOrder->fulfillment()->snapshotWhen('completed');

$salesOrder->status()->history()->get();
```
Expand Down

0 comments on commit 1d26e3e

Please sign in to comment.