Skip to content

Commit 26dfe93

Browse files
docs(README.md): fix
1 parent 8fe3df7 commit 26dfe93

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
@@ -1474,7 +1474,7 @@ const isObjectKeys: IsObjectKeys = <Type = object>(
14741474

14751475
| Name/Type | Description |
14761476
| :----------------------------------------- | :------------------------------------------------------------------------------------------ |
1477-
| value:<br>`any` | `any` | Any `value` to check if it contains **some** of the specified `keys` |
1477+
| value:<br>`any` | Any `value` to check if it contains **some** of the specified `keys` |
14781478
| ...keys:<br>[`Key`][key] \| [`Key[]`][key] | A rest parameter [`Key`][key] type or an array of [`Key`][key] type to check in the `value` |
14791479

14801480
**Return type:**

0 commit comments

Comments
 (0)