From f3a6b9555b7cd9620da2950a368a817971e7b8c8 Mon Sep 17 00:00:00 2001 From: Max Kratz Date: Tue, 7 Nov 2023 19:20:49 +0100 Subject: [PATCH] docs: fixes typos (#1714) --- CONTRIBUTING.md | 6 +++--- docs/accounts-authentication.md | 6 +++--- docs/howto-build.md | 10 +++++----- docs/index.md | 6 +++--- docs/troubleshooting.md | 4 ++-- 5 files changed, 16 insertions(+), 16 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 0a490f5..8ce05e3 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -25,7 +25,7 @@ If you want to make changes, please read [the Build page](./docs/howto-build.md) ### Building VSCodium -To build VSCOdium, please follow the command found in the section [`Build Scripts`](./docs/howto-build.md#build-scripts). +To build VSCodium, please follow the command found in the section [`Build Scripts`](./docs/howto-build.md#build-scripts). ### Updating patches @@ -33,9 +33,9 @@ If you want to update the existing patches, please follow the section [`Patch Up ### Add a new patch -- firstly, you need to build VSCodium +- first, you need to build VSCodium - then use the command `patch.sh `, to initiate a new patch -- when the script pause at `Press any key when the conflict have been resolved...`, open `vscode` directory in **VSCodium** +- when the script pauses at `Press any key when the conflict have been resolved...`, open `vscode` directory in **VSCodium** - run `yarn watch` - run `./script/code.sh` - make your changes diff --git a/docs/accounts-authentication.md b/docs/accounts-authentication.md index 42f42b4..c612dc3 100644 --- a/docs/accounts-authentication.md +++ b/docs/accounts-authentication.md @@ -2,15 +2,15 @@ ## GitHub -The GitHub authentication has been patched to use personal access token. +The GitHub authentication has been patched to use personal access tokens. -Here how to create a new personal access token: https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token +Here is how to create a new personal access token: https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token ## Microsoft The Microsoft authentication hasn't been patched so its status is unknown. -## When does it happened? +## When does it happen? An account authentication occurs only when an extension is asking for it. diff --git a/docs/howto-build.md b/docs/howto-build.md index e95ac52..c1248ce 100644 --- a/docs/howto-build.md +++ b/docs/howto-build.md @@ -50,7 +50,7 @@ - 7z - [WiX Toolset](http://wixtoolset.org/releases/) - python3 -- 'Tools for Native Modules' from official Node.js installer +- 'Tools for Native Modules' from hte official Node.js installer ## Build Scripts @@ -64,7 +64,7 @@ A build helper script can be found at `build/build.sh`. The `insider` version can be built with `./build/build.sh -i` on the `insider` branch. -You can try the lastest version with the command `./build/build.sh -il` but the patches might not be up to date. +You can try the latest version with the command `./build/build.sh -il` but the patches might not be up to date. ## Build in Docker @@ -131,10 +131,10 @@ review-tools.snap-review --allow-classic codium*.snap - run `./build/build_.sh`, if a patch is failing then, - run `./build/update_patches.sh` -- when the script pause at `Press any key when the conflict have been resolved...`, open `vscode` directory in **VSCodium** +- when the script pauses at `Press any key when the conflict have been resolved...`, open `vscode` directory in **VSCodium** - fix all the `*.rej` files - run `yarn watch` -- run `./script/code.sh` until everything ok +- run `./script/code.sh` until everything is ok - press any key to continue the script `update_patches.sh` ## Manual @@ -145,5 +145,5 @@ review-tools.snap-review --allow-classic codium*.snap - run `git apply --reject ../patches/.patch` - fix all the `*.rej` files - run `yarn watch` -- run `./script/code.sh` until everything ok +- run `./script/code.sh` until everything is ok - run `git diff > ../patches/.patch` diff --git a/docs/index.md b/docs/index.md index 9df6480..7c29907 100644 --- a/docs/index.md +++ b/docs/index.md @@ -96,7 +96,7 @@ with the content: ### How to self-host your own extension gallery -Individual developers and enterprise companies in regulated or security-conscious industries can self-host their own extension gallery. In all of these cases you'd enter its endpoint URLs as noted above, replacing `marketplace.visualstudio.com` with `your-self-hosted-marketplace-address.example.com` (or IP address), setting `cacheUrl` / `VSCODE_GALLERY_CACHE_URL` to an empty string. +Individual developers and enterprise companies in regulated or security-conscious industries can self-host their own extension gallery. In all of these cases, you'd enter its endpoint URLs as noted above, replacing `marketplace.visualstudio.com` with `your-self-hosted-marketplace-address.example.com` (or IP address), setting `cacheUrl` / `VSCODE_GALLERY_CACHE_URL` to an empty string. There are likely other options, but the following were reported to work: @@ -164,7 +164,7 @@ To copy your settings manually: In VSCodium, `Sign in with GitHub` is using a Personal Access Token.
Follow the documentation https://docs.github.com/en/github/authenticating-to-github/creating-a-personal-access-token to create your token.
-Select the scopes dependending of the extension which need access to GitHub. (GitLens requires the `repo` scope.) +Select the scopes dependending on the extension which needs access to GitHub. (GitLens requires the `repo` scope.) ### Linux @@ -177,7 +177,7 @@ You can follow the [Portable Mode instructions](https://code.visualstudio.com/do ## How do I fix the default file manager (Linux)? -In some case, VSCodium becomes the file manager used to open directories (instead of apps like Dolphin or Nautilus).
+In some cases, VSCodium becomes the file manager used to open directories (instead of apps like Dolphin or Nautilus).
It's due to that no application was defined as the default file manager and so the system is using the latest capable application. To set the default app, create the file `~/.config/mimeapps.list` with the content like: diff --git a/docs/troubleshooting.md b/docs/troubleshooting.md index 170df40..e32188c 100644 --- a/docs/troubleshooting.md +++ b/docs/troubleshooting.md @@ -30,13 +30,13 @@ Install these packages on Fedora: * dbus-glib-devel * libdbusmenu -On Ubuntu this package called `libdbusmenu-glib4`. +On Ubuntu this package is called `libdbusmenu-glib4`. Credits: [Gerson](https://gitlab.com/paulcarroty/vscodium-deb-rpm-repo/-/issues/91) ## macOS -Since the App is signed with self-signed certificate, on the first launch, you might see the following messages: +Since the App is signed with a self-signed certificate, on the first launch, you might see the following messages: #### *App can't be opened because Apple cannot check it for malicious software*