Skip to content

Commit 776b092

Browse files
author
SandeshPyakurel
authored
Typos fixed in documentation files (#27687)
Typos fixed in multiple docs files.
1 parent 63e391e commit 776b092

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -616,7 +616,7 @@ And the following unique queues:
616616
- `REQUIRE_SIGNIN_VIEW`: **false**: Enable this to force users to log in to view any page or to use API.
617617
- `ENABLE_NOTIFY_MAIL`: **false**: Enable this to send e-mail to watchers of a repository when
618618
something happens, like creating issues. Requires `Mailer` to be enabled.
619-
- `ENABLE_BASIC_AUTHENTICATION`: **true**: Disable this to disallow authenticaton using HTTP
619+
- `ENABLE_BASIC_AUTHENTICATION`: **true**: Disable this to disallow authentication using HTTP
620620
BASIC and the user's password. Please note if you disable this you will not be able to access the
621621
tokens API endpoints using a password. Further, this only disables BASIC authentication using the
622622
password - not tokens or OAuth Basic.
@@ -1276,7 +1276,7 @@ Default storage configuration for attachments, lfs, avatars, repo-avatars, repo-
12761276
- `MINIO_USE_SSL`: **false**: Minio enabled ssl only available when `STORAGE_TYPE` is `minio`
12771277
- `MINIO_INSECURE_SKIP_VERIFY`: **false**: Minio skip SSL verification available when STORAGE_TYPE is `minio`
12781278

1279-
The recommanded storage configuration for minio like below:
1279+
The recommended storage configuration for minio like below:
12801280

12811281
```ini
12821282
[storage]
@@ -1400,7 +1400,7 @@ Please note that using `self` is not recommended for most cases, as it could mak
14001400
Additionally, it requires you to mirror all the actions you need to your Gitea instance, which may not be worth it.
14011401
Therefore, please use `self` only if you understand what you are doing.
14021402

1403-
In earlier versions (<= 1.19), `DEFAULT_ACTIONS_URL` cound be set to any custom URLs like `https://gitea.com` or `http://your-git-server,https://gitea.com`, and the default value was `https://gitea.com`.
1403+
In earlier versions (<= 1.19), `DEFAULT_ACTIONS_URL` could be set to any custom URLs like `https://gitea.com` or `http://your-git-server,https://gitea.com`, and the default value was `https://gitea.com`.
14041404
However, later updates removed those options, and now the only options are `github` and `self`, with the default value being `github`.
14051405
However, if you want to use actions from other git server, you can use a complete URL in `uses` field, it's supported by Gitea (but not GitHub).
14061406
Like `uses: https://gitea.com/actions/checkout@v3` or `uses: http://your-git-server/actions/checkout@v3`.

docs/content/installation/upgrade-from-gitea.en-us.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ If you are using cloud services or filesystems with snapshot feature,
6565
a snapshot for the Gitea data volume and related object storage is more convenient.
6666

6767
After all of steps have been prepared, download the new version, stop the application, perform a backup and
68-
then start the new application. On each startup, Gitea verifies that the database is up to date and will automtically
68+
then start the new application. On each startup, Gitea verifies that the database is up to date and will automatically
6969
perform any necessary migrations. Depending on the size of the database, this can take some additional time on the
7070
first launch during which the application will be unavailable.
7171

0 commit comments

Comments
 (0)