Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Jan 13, 2024
1 parent 21200aa commit 178519d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ camelcaseKeys(commandLineArguments);

Type: `Record<string, unknown> | ReadonlyArray<Record<string, unknown>>`

An `Record<string, unknown>` or array of `Record<string, unknown>` to camel-case.
A plain object or array of plain objects to camel-case.

#### options

Expand Down

0 comments on commit 178519d

Please sign in to comment.