Skip to content

Commit 9fb0945

Browse files
bluPhydelvh
andauthored
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 <[email protected]>
1 parent 473dee7 commit 9fb0945

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

docs/content/doc/administration/config-cheat-sheet.en-us.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ The following configuration set `Content-Type: application/vnd.android.package-a
220220
- `SHOW_USER_EMAIL`: **true**: Whether the email of the user should be shown in the Explore Users page.
221221
- `THEMES`: **auto,gitea,arc-green**: All available themes. Allow users select personalized themes.
222222
regardless of the value of `DEFAULT_THEME`.
223-
- `THEME_COLOR_META_TAG`: **\<empty\>**: Value of `theme-color` meta tag, used by some mobile browers for chrome and out-of-viewport areas. Default is unset which uses body color.
223+
- `THEME_COLOR_META_TAG`: **\<empty\>**: Value of `theme-color` meta tag, used by some mobile browsers for chrome and out-of-viewport areas. Default is unset which uses body color.
224224
- `MAX_DISPLAY_FILE_SIZE`: **8388608**: Max size of files to be displayed (default is 8MiB)
225225
- `REACTIONS`: All available reactions users can choose on issues/prs and comments
226226
Values can be emoji alias (:smile:) or a unicode emoji.

docs/content/doc/installation/from-source.en-us.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ This can be combined with `CC`, `GOOS`, and `GOARCH` as above.
201201
A script to enable bash-completion can be found at [`contrib/autocompletion/bash_autocomplete`](https://raw.githubusercontent.com/go-gitea/gitea/main/contrib/autocompletion/bash_autocomplete). This should be altered as appropriate and can be `source` in your `.bashrc`
202202
or copied as `/usr/share/bash-completion/completions/gitea`.
203203

204-
Similary a script for zsh-completion can be found at [`contrib/autocompletion/zsh_autocomplete`](https://raw.githubusercontent.com/go-gitea/gitea/main/contrib/autocompletion/zsh_autocomplete). This can be copied to `/usr/share/zsh/_gitea` or sourced within your
204+
Similarly, a script for zsh-completion can be found at [`contrib/autocompletion/zsh_autocomplete`](https://raw.githubusercontent.com/go-gitea/gitea/main/contrib/autocompletion/zsh_autocomplete). This can be copied to `/usr/share/zsh/_gitea` or sourced within your
205205
`.zshrc`.
206206

207207
YMMV and these scripts may need further improvement.

docs/content/doc/usage/packages/cargo.en-us.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@ Publish [Cargo](https://doc.rust-lang.org/stable/cargo/) packages for your user
2525

2626
To work with the Cargo package registry, you need [Rust and Cargo](https://www.rust-lang.org/tools/install).
2727

28-
Cargo stores informations about the available packages in a package index stored in a git repository.
28+
Cargo stores information about the available packages in a package index stored in a git repository.
2929
This repository is needed to work with the registry.
3030
The following section describes how to create it.
3131

3232
## Index Repository
3333

34-
Cargo stores informations about the available packages in a package index stored in a git repository.
34+
Cargo stores information about the available packages in a package index stored in a git repository.
3535
In Gitea this repository has the special name `_cargo-index`.
3636
After a package was uploaded, its metadata is automatically written to the index.
3737
The content of this repository should not be manually modified.

docs/content/doc/usage/packages/storage.en-us.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ If two identical files are uploaded only one blob is saved on the filesystem.
2828
This ensures no space is wasted for duplicated files.
2929

3030
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.
31-
Whenever a package gets deleted only the references to the underlaying blobs are removed.
31+
Whenever a package gets deleted, only the references to the underlying blobs are removed.
3232
The blobs get not removed at this moment, so they still require space on the filesystem.
3333
When a new package gets uploaded the existing blobs may get referenced again.
3434

0 commit comments

Comments
 (0)