Skip to content

Commit 115e36e

Browse files
NdpntMattiSG
andauthored
Apply suggestions from code review
Improve wording Co-authored-by: Matti Schneider <[email protected]>
1 parent 8033aec commit 115e36e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

content/collections/how-to/manage-custom-terms-type.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ Review the [supported types list](https://github.com/OpenTermsArchive/terms-type
3131

3232
## Long-term solution
3333

34-
The recommended approach is to contribute your new terms type to the official list. This helps maintain consistency across collections and enables better comparison of terms across different services.
34+
The recommended approach is to contribute your new terms type to the official list. This enables collections interoperability and comparison of terms across different services.
3535

36-
You can propose your new terms type for inclusion in the official list of supported types via the [dedicated repository](https://github.com/OpenTermsArchive/terms-types), following the [contribution process](https://github.com/OpenTermsArchive/terms-types/blob/main/CONTRIBUTING.md#add-new-terms-types).
36+
You can suggest new terms type for the official list via the dedicated [contribution process](https://github.com/OpenTermsArchive/terms-types/blob/main/CONTRIBUTING.md#add-new-terms-types).
3737

3838
This process has the following benefits:
3939

@@ -42,7 +42,7 @@ This process has the following benefits:
4242
- It helps build a more comprehensive and useful shared list
4343
- Enables better comparison of terms across different services
4444

45-
This solution can take some time to have your terms type to be approved, so if you need a faster solution, you can proceed with the following temporary solutions.
45+
Inclusion in the official terms types list has a delay for consensus building. In the meantime, you can proceed with the following temporary solutions.
4646

4747
## Temporary solutions
4848

content/deployment/how-to/deploy.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Before starting, ensure you have:
2424
- A server with admin access
2525
- All collections repositories created, if not, see the [guide to create repositories]({{< relref "collections/how-to/create-repositories" >}})
2626
- At least one declaration added to your collection
27-
- A GitHub user account dedicated to bot-related actions (commit entries in versions and snapshots repositories, report issues when tracking fails, publish releases, …)
27+
- A GitHub user account to automate actions such as committing entries in versions and snapshots repositories, reporting issues when tracking fails, publishing releases
2828
- [Ansible](https://docs.ansible.com/ansible/latest/installation_guide/intro_installation.html) installed on your local machine
2929

3030
> **Note**: This guide is intended for both Open Terms Archive organization members and external contributors. Some steps marked with "_Specific to Open Terms Archive organization members_" are only relevant for organization members as they involve access to the organization's shared password database. External contributors should adapt these steps to their own security practices while following the same deployment principles.
@@ -57,7 +57,7 @@ First, ensure your server provides unsupervised access:
5757

5858
> **Note**: The `adduser` command might not be installed by default on your system. It can be installed with `sudo apt-get install adduser`.
5959
60-
3. Configure passwordless sudo access for this user, by running the adding the following line to the `/etc/sudoers` file on the server:
60+
3. Configure passwordless sudo access for this user, by adding the following line to the `/etc/sudoers` file on the server:
6161

6262
```shell
6363
<deployment_user> ALL=(ALL) NOPASSWD:ALL

0 commit comments

Comments
 (0)