aboutsummaryrefslogtreecommitdiffstats
path: root/docs/content/doc/usage
diff options
context:
space:
mode:
authorAlejandro Leal <ajleal@msn.com>2023-05-17 01:45:26 -0400
committerGitHub <noreply@github.com>2023-05-17 05:45:26 +0000
commit9fb0945a0959f1c0f0c9e75980e8a0cc5355184c (patch)
tree7f22c76205a2d9fbbf454d6ff77bcb063e534f5a /docs/content/doc/usage
parent473dee7c7a017f21f9c6dff38812b0f31dbed3c8 (diff)
downloadgitea-9fb0945a0959f1c0f0c9e75980e8a0cc5355184c.tar.gz
gitea-9fb0945a0959f1c0f0c9e75980e8a0cc5355184c.zip
Updates to doc (#24757)
## Misspelling fixes to: - docs/content/doc/administration/config-cheat-sheet.en-us.md - docs/content/doc/installation/from-source.en-us.md - docs/content/doc/usage/packages/cargo.en-us.md - docs/content/doc/usage/packages/storage.en-us.md --------- Co-authored-by: delvh <dev.lh@web.de>
Diffstat (limited to 'docs/content/doc/usage')
-rw-r--r--docs/content/doc/usage/packages/cargo.en-us.md4
-rw-r--r--docs/content/doc/usage/packages/storage.en-us.md2
2 files changed, 3 insertions, 3 deletions
diff --git a/docs/content/doc/usage/packages/cargo.en-us.md b/docs/content/doc/usage/packages/cargo.en-us.md
index a74384ccef..f16d914224 100644
--- a/docs/content/doc/usage/packages/cargo.en-us.md
+++ b/docs/content/doc/usage/packages/cargo.en-us.md
@@ -25,13 +25,13 @@ Publish [Cargo](https://doc.rust-lang.org/stable/cargo/) packages for your user
To work with the Cargo package registry, you need [Rust and Cargo](https://www.rust-lang.org/tools/install).
-Cargo stores informations about the available packages in a package index stored in a git repository.
+Cargo stores information about the available packages in a package index stored in a git repository.
This repository is needed to work with the registry.
The following section describes how to create it.
## Index Repository
-Cargo stores informations about the available packages in a package index stored in a git repository.
+Cargo stores information about the available packages in a package index stored in a git repository.
In Gitea this repository has the special name `_cargo-index`.
After a package was uploaded, its metadata is automatically written to the index.
The content of this repository should not be manually modified.
diff --git a/docs/content/doc/usage/packages/storage.en-us.md b/docs/content/doc/usage/packages/storage.en-us.md
index 598a636f5e..74bd53b52e 100644
--- a/docs/content/doc/usage/packages/storage.en-us.md
+++ b/docs/content/doc/usage/packages/storage.en-us.md
@@ -28,7 +28,7 @@ If two identical files are uploaded only one blob is saved on the filesystem.
This ensures no space is wasted for duplicated files.
If two packages are uploaded with identical files, both packages will display the same size but on the filesystem they require only half of the size.
-Whenever a package gets deleted only the references to the underlaying blobs are removed.
+Whenever a package gets deleted, only the references to the underlying blobs are removed.
The blobs get not removed at this moment, so they still require space on the filesystem.
When a new package gets uploaded the existing blobs may get referenced again.