From 3072328a1fb491d18cb333c807e41ca95afde1d5 Mon Sep 17 00:00:00 2001 From: James <5511220+Zamiell@users.noreply.github.com> Date: Thu, 26 Oct 2023 10:27:05 -0400 Subject: [PATCH] docs: fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 032a789..b61fb74 100644 --- a/README.md +++ b/README.md @@ -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`.