Skip to content

Commit dca7d1c

Browse files
irazasyedantonkomarev
authored andcommitted
Fix typo verified to approved (#40)
Fix typo `verified` to `approved`
1 parent 90addb7 commit dca7d1c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Traits/Classic/HasApprovedAtHelpers.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ public function isDisapproved()
6565
}
6666

6767
/**
68-
* Mark entity as verified.
68+
* Mark entity as approved.
6969
*
7070
* @return void
7171
*/

src/Traits/Classic/HasApprovedFlagHelpers.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ public function isDisapproved()
6363
}
6464

6565
/**
66-
* Mark entity as verified.
66+
* Mark entity as approved.
6767
*
6868
* @return void
6969
*/

0 commit comments

Comments
 (0)