Skip to content

Commit f395dd7

Browse files
committed
Change nully to nullish
1 parent 24b0075 commit f395dd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ function toAttributes(props, config) {
143143
name = info.attribute
144144
value = props[key]
145145

146-
// Ignore nully, false, and `NaN` values, and falsey known booleans.
146+
// Ignore nullish, false, and `NaN` values, and falsey known booleans.
147147
if (
148148
value === null ||
149149
value === undefined ||

0 commit comments

Comments
 (0)