diff options
author | Andreas Deininger <andreas@deininger.net> | 2024-08-02 13:26:54 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-02 13:26:54 +0200 |
commit | ea121c9a0e162a83beeae62ed9e5a7911877bcbc (patch) | |
tree | 595186262a70cbdc22c067a9d5815a51103c25fc /cli/tools/registry/pm.rs | |
parent | bcdf600ae40af8880d9c6d8e0c64179de274290f (diff) |
docs: fix typos (#24820)
This PR fixes various typos I spotted in the project.
Diffstat (limited to 'cli/tools/registry/pm.rs')
-rw-r--r-- | cli/tools/registry/pm.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/tools/registry/pm.rs b/cli/tools/registry/pm.rs index 2986c1c2a..a3ece03e7 100644 --- a/cli/tools/registry/pm.rs +++ b/cli/tools/registry/pm.rs @@ -488,7 +488,7 @@ fn update_config_file_content( text_changes.push(TextChange { range: insert_position..insert_position, // NOTE(bartlomieju): adding `\n` here to force the formatter to always - // produce a config file that is multline, like so: + // produce a config file that is multiline, like so: // ``` // { // "imports": { |