Skip to content

Commit

Permalink
chore: Fix typo in comment in common.ts (#1113)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
frwdrik and nycdotnet authored Apr 27, 2024
1 parent a3a7d0c commit 073d634
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export function original(value: Drafted<any>): any {

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

0 comments on commit 073d634

Please sign in to comment.