Skip to content
This repository was archived by the owner on Jan 25, 2022. It is now read-only.

Commit b5cb08d

Browse files
authored
fixes typo
Fixes #71
1 parent 60308f1 commit b5cb08d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ a == null ? undefined : a.b[3].c == null ? undefined : a.b[3].c(x).d
123123
124124
### Edge case: grouping
125125
126-
Parentheses limit the scope of short-circuting:
126+
Parentheses limit the scope of short-circuiting:
127127
128128
```js
129129
(a?.b).c

0 commit comments

Comments
 (0)