Skip to content

Commit

Permalink
docs: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Zamiell authored and antongolub committed Oct 27, 2023
1 parent 768011a commit d3a1564
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 @@ -152,7 +152,7 @@ const output = (await $.raw`${cmd} ${msg}`).toString().trim()
Set to `false` by default.

### `$.trim`
Applies `.thim()` to `ProcessOutput` string representation. Set `true` by default.
Applies `.trim()` to `ProcessOutput` string representation. Set `true` by default.

### `$.opt`
Returns `$` with the specified preset. Aliased for `$.o`.
Expand Down

0 comments on commit d3a1564

Please sign in to comment.