Skip to content

Commit 073d634

Browse files
frwdriknycdotnet
andauthored
chore: Fix typo in comment in common.ts (#1113)
* Fix typo in comment in common.ts * Update src/utils/common.ts Co-authored-by: Steve Ognibene <steve.ognibene@namely.com> --------- Co-authored-by: Steve Ognibene <steve.ognibene@namely.com>
1 parent a3a7d0c commit 073d634

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/common.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ export function original(value: Drafted<any>): any {
6363

6464
/**
6565
* Each iterates a map, set or array.
66-
* Or, if any other kind of of object all it's own properties.
66+
* Or, if any other kind of object, all of its own properties.
6767
* Regardless whether they are enumerable or symbols
6868
*/
6969
export function each<T extends Objectish>(

0 commit comments

Comments
 (0)