Skip to content

Commit f774260

Browse files
committed
Corrected typo s/trhowing/throwing/
1 parent edec694 commit f774260

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/services/Select.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*
66
* @description
77
* Utility method to access deep properties without
8-
* trhowing errors when things are not defined.
8+
* throwing errors when things are not defined.
99
* Can also set a value in a deep structure, creating objects when missing
1010
* ex.
1111
* var foo = Select('address.contact.name',obj)

0 commit comments

Comments
 (0)