Skip to content

Commit

Permalink
Merge pull request #1249 from dwightwatson/patch-1
Browse files Browse the repository at this point in the history
Add a missing apostrophe
  • Loading branch information
Gummibeer committed Dec 4, 2023
2 parents 5f7e018 + 4fc816b commit b074988
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/LogOptions.php
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ public function dontLogIfAttributesChangedOnly(array $attributes): self
}

/**
* Dont store empty logs. Storing empty logs can happen when you only
* Don't store empty logs. Storing empty logs can happen when you only
* want to log a certain attribute but only another changes.
*/
public function dontSubmitEmptyLogs(): self
Expand Down

0 comments on commit b074988

Please sign in to comment.