Skip to content

Commit 3facc2c

Browse files
fix: Several typos (#422)
## 📝 Description Wanted to have a look around the codebase, wow, there's a lot going on, gotta say, it's impressive. Spotted a couple of typoes in my travels so ran a bit of spellchecking and amended a few of them, tbh they're all readable enough, just turbo nitpicking, let me know/remove bits if this'll cause issues. N.b. Did this before in the Semaphore docs, semaphoreci/semaphore#290 and it's nice to use docs + tools where you don't just have to moan if something doesn't make sense/spot a typo, but being able to fix it is a delight. ## ✅ Checklist - [ ] I have tested this change - [ ] This change requires documentation update --------- Co-authored-by: Veljko Maksimovic <[email protected]>
1 parent f09651b commit 3facc2c

File tree

106 files changed

+162
-160
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

106 files changed

+162
-160
lines changed

artifacthub/pkg/workers/bucketcleaner/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ The bucket cleaner is a distributed system based on supervisor/worker pattern.
2222
In this system, we have:
2323

2424
- A supervisor called "Scheduler" that schedules which buckets need to be cleaned up
25-
- A worker called "Worker" which listens to the suprvisor and executes the cleanup
25+
- A worker called "Worker" which listens to the supervisor and executes the cleanup
2626

2727
Communication between the supervisor and the worker is done via AMQP.
28-
The recomended setup for the system is to have one instance (in kubernetes a pod)
28+
The recommended setup for the system is to have one instance (in kubernetes a pod)
2929
that runs the scheduler, and multiple instances that listen and do the work.
3030

3131
Diagram of communication:

auth/test/auth/cli_test.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ defmodule Auth.CliTest do
99
refute Auth.Cli.is_call_from_deprecated_cli?(conn)
1010
end
1111

12-
test "SempahoreCLI user agent with a fresh version => returns false" do
12+
test "SemaphoreCLI user agent with a fresh version => returns false" do
1313
conn = conn(:get, "https://org1.semaphoretest.test/exauth/api/v1alpha/jobs")
1414
conn = conn |> put_req_header("user-agent", "SemaphoreCLI/v0.30.0 (...)")
1515

badge/test/badges/api_test.exs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ defmodule Badges.ApiTest do
5555
end
5656

5757
describe "/badges/testproject.svg" do
58-
test "when branch is ommited => look for master" do
58+
test "when branch is omitted => look for master" do
5959
GrpcMock.stub(PipelineMock, :list_keyset, fn _, _ ->
6060
InternalApi.Plumber.ListKeysetResponse.new(pipelines: [Support.Factories.pipeline()])
6161
end)
@@ -127,7 +127,7 @@ defmodule Badges.ApiTest do
127127
assert conn.resp_body =~ "passed"
128128
end
129129

130-
test "private project wihout key => returns 404" do
130+
test "private project without key => returns 404" do
131131
GrpcMock.stub(ProjectMock, :describe, fn _, _ ->
132132
InternalApi.Projecthub.DescribeResponse.new(
133133
metadata: Support.Factories.response_meta(:OK),

branch_hub/.gitignore

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22
/_build/
33
/deps/
44
/db
5-
/deps
65
/log
76
/*.ez
87
*.swp
98

9+
# The directory Mix downloads your dependencies sources to.
10+
/deps
11+
1012
# If you run "mix test --cover", coverage assets end up here.
1113
/cover/
1214

13-
# The directory Mix downloads your dependencies sources to.
14-
/deps/
1515

1616
# Where third-party dependencies like ExDoc output generated docs.
1717
/doc/

branch_hub/test/branch_hub/model/branches_queries_test.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ defmodule BranchHub.Model.BranchesQueries.Test do
5959
refute branch_1.used_at == branch_2.used_at
6060
end
6161

62-
test "insert new branch if diffrent name" do
62+
test "insert new branch if different name" do
6363
params = [
6464
name: "rw/branch",
6565
display_name: "rw/branch",

docs/docs-contributing/CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ To set up a local environment for contributing to Semaphore documentation:
6767

6868
2. Clone or fork the repository
6969

70-
- **External Contributors** (no write access to upstream): navigate to [sempahoreci/semaphore](https://github.com/semaphoreci/semaphore), click **Fork**, then select **Create a new fork**. Run the following command to clone the repository:
70+
- **External Contributors** (no write access to upstream): navigate to [semaphoreci/semaphore](https://github.com/semaphoreci/semaphore), click **Fork**, then select **Create a new fork**. Run the following command to clone the repository:
7171

7272
```bash
7373
git clone https://github.com/<your-github-username>/semaphore

docs/docs-contributing/VERSIONING.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ This page describes how to create a new version or release.
1010
We handle docs in two ways:
1111

1212
- Cloud: the cloud edition is unversioned. The docs are located on `docs/`
13-
- Community Edition: the open-source edition is versined. The docs are located on `versioned_docs/version-CE/`
14-
- Enterprise Edition: the licensed on-premise is also versined. The docs are located on `versioned_docs/version-EE/`
13+
- Community Edition: the open-source edition is versioned. The docs are located on `versioned_docs/version-CE/`
14+
- Enterprise Edition: the licensed on-premise is also versioned. The docs are located on `versioned_docs/version-EE/`
1515

1616
## Naming conventions
1717

@@ -147,7 +147,7 @@ npm run build
147147
npm run serve
148148
```
149149

150-
Open a browser and check that the drowpdown works and the new version is working.
150+
Open a browser and check that the dropdown works and the new version is working.
151151

152152
## How to remove versions
153153

@@ -167,7 +167,7 @@ There are two options to deal with unavailable versions:
167167
1. Delete the content: delete the content from the version
168168
2. Mark it as unavailable: keep the title or subheader but clearly mark it as unavailable. Add links to other editions where the feature is available
169169

170-
As a general rule, we shold make it clear when a feature is unavailable, especially for very prominent features such as Promotions, RBAC, or other enterprise-grade features.
170+
As a general rule, we should make it clear when a feature is unavailable, especially for very prominent features such as Promotions, RBAC, or other enterprise-grade features.
171171

172172
### How to manage pages missing in editions
173173

docs/docs-drafts/gke_install.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ export CERTS_DIR=$HOME/mycerts
3333

3434
You only need to create the SSL certificate for your domain.
3535

36-
1. Execute the following command to create the certificates. Follow on-sreen instructions. You will be asked to create a DNS TXT record with a specific value. Press enter only after you have created the DNS Record.
36+
1. Execute the following command to create the certificates. Follow on-screen instructions. You will be asked to create a DNS TXT record with a specific value. Press enter only after you have created the DNS Record.
3737

3838
```shell
3939
source .env
@@ -178,7 +178,7 @@ kubectl wait --timeout=90s --for=condition=available deployment emissary-apiext
178178

179179
```shell
180180
=============================================================================================
181-
Congratulations, Semaphore has been installed succesfully!
181+
Congratulations, Semaphore has been installed successfully!
182182

183183
To start using the app, go to https://id.<your-domain>/login
184184

docs/docs/getting-started/changelog.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1046,7 +1046,7 @@ To learn more about this image, check our [Ubuntu 22.04 page](../reference/os-ub
10461046
- Rust 1.70.0 -> 1.72.1
10471047
- Sbt 1.8.3 -> 1.9.6
10481048
- Terraform 1.4.6 -> 1.5.7
1049-
- Vrtualenv 20.23.0 -> 20.24.5
1049+
- Virtualenv 20.23.0 -> 20.24.5
10501050

10511051
To learn more about this image, check our [Ubuntu 22.04 ARM page](../reference/os-ubuntu-images/ubuntu-2204-arm-image)
10521052

@@ -3649,7 +3649,7 @@ The Ubuntu 18.04 image has been deprecated.
36493649
- Fixed ligatures that are displayed in test output.
36503650
- More generic test result sample files.
36513651

3652-
To learn how to set up a Test Summary check [our docummentation](../using-semaphore/tests/test-reports).
3652+
To learn how to set up a Test Summary check [our documentation](../using-semaphore/tests/test-reports).
36533653

36543654
**(Improved) Ubuntu 20.04 image update**
36553655

@@ -3729,7 +3729,7 @@ Take the advantage of this new feature now to:
37293729
- Sort and filter the output of your tests however you see fit.
37303730
- Search through big test suits to find what you're looking for.
37313731

3732-
To learn more about how to configure the Test Summary feature, check our [docummentation](../using-semaphore/tests/test-reports).
3732+
To learn more about how to configure the Test Summary feature, check our [documentation](../using-semaphore/tests/test-reports).
37333733

37343734
**(New) Parameterized promotions (beta)**
37353735
With parameterized promotions, you can re-use a single promotion pipeline and use environment variables to achieve different results based on the variable values.
@@ -4559,10 +4559,11 @@ To learn more about this image, check our macOS Xcode 11 page.
45594559

45604560
## Week of August 24, 2020
45614561

4562-
**(New) Information on promoter is stored in related enviroment variable**
4562+
**(New) Information on promoter is stored in related environment variable**
4563+
45634564
Inside a Semaphore job you can now see who initiated a promotion by checking the value of the `SEMAPHORE_PIPELINE_PROMOTED_BY` environment variable.
45644565

4565-
Information on all available enviroment variables can be found in our [documentation](../reference/env-vars).
4566+
Information on all available environment variables can be found in our [documentation](../reference/env-vars).
45664567

45674568
**(Improved) Ubuntu 18.04 image update**
45684569
**(Updated)** Language versions:

docs/docs/getting-started/faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ Not directly from the Semaphore website. After a subscription has been purchased
110110
111111
If you wish to change the VAT number associated with your subscription, please get in touch with `[email protected]` with the VAT number you want to add and we will gladly make it happen.
112112
113-
For security reasons, these requests **must originate from an email** linked to a user with the [Owner role](../using-semaphore/rbac#org-owner), or from the current Billing contact associated with the organization’s FastSpring subscription. This ensuress that only authorized individuals can make changes to the billing information.
113+
For security reasons, these requests **must originate from an email** linked to a user with the [Owner role](../using-semaphore/rbac#org-owner), or from the current Billing contact associated with the organization’s FastSpring subscription. This ensures that only authorized individuals can make changes to the billing information.
114114
115115
### Will I get an invoice?
116116

0 commit comments

Comments
 (0)