Skip to content

Commit

Permalink
Merge pull request #45 from alhaji-aki/master
Browse files Browse the repository at this point in the history
Fix typo in ReadMe
  • Loading branch information
asantibanez authored Aug 22, 2024
2 parents 2bdbf83 + 1d26e3e commit 7ccc406
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 7ccc406

Please sign in to comment.