Skip to content

Commit 9dda415

Browse files
authored
Merge pull request #80 from setchy/patch-1
Update README.md
2 parents dfd5719 + a88dc37 commit 9dda415

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
@@ -398,7 +398,7 @@ Or as a part of the `conditionals` object:
398398
import { conditionals } from 'slack-block-builder';
399399
```
400400

401-
Each function accepts to arguments – the first being a value that is evaluated whether it is either `null`, `undefined`, or `false`, and the second being the value to set or omit:
401+
Each function accepts two arguments – the first being a value that is evaluated whether it is either `null`, `undefined`, or `false`, and the second being the value to set or omit:
402402

403403
```javascript
404404
import { Modal, Blocks, Elements, Bits, setIfTruthy } from 'slack-block-builder';

0 commit comments

Comments
 (0)