Skip to content

Commit 57c512b

Browse files
committed
Auto merge of #9338 - tniessen:typo-doc-suport, r=ehuss
Fix 'suport' typo in documentation
2 parents 65d57e6 + 4575cbf commit 57c512b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/src/reference/registries.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ in (harmless-but-inelegant) directory aliasing. For example, `crate` and
178178
`CrateTwo` have `{prefix}` values of `cr/at` and `Cr/at`; these are distinct on
179179
Unix machines but alias to the same directory on Windows. Using directories
180180
with normalized case avoids aliasing, but on case-sensitive filesystems it's
181-
harder to suport older versions of Cargo that lack `{prefix}`/`{lowerprefix}`.
181+
harder to support older versions of Cargo that lack `{prefix}`/`{lowerprefix}`.
182182
For example, nginx rewrite rules can easily construct `{prefix}` but can't
183183
perform case-conversion to construct `{lowerprefix}`.
184184

0 commit comments

Comments
 (0)