diff --git a/docs/ab-testing.md b/docs/ab-testing.md index 4c70d149deb..c69397aa130 100644 --- a/docs/ab-testing.md +++ b/docs/ab-testing.md @@ -26,7 +26,7 @@ Before creating experiments, ensure you have proper **Goals** configured in Mato This step is important for measuring experiment effectiveness and should be done by the design/product team before technical implementation. -### 2. Create Experiment in Matomo +### 2. Create an Experiment in Matomo 1. Go to your Matomo dashboard → **A/B Tests** → **Manage A/B tests** 2. Click **Create new A/B test** diff --git a/docs/api-keys.md b/docs/api-keys.md index 01d6298f7c1..e20f9c96ffd 100644 --- a/docs/api-keys.md +++ b/docs/api-keys.md @@ -19,7 +19,7 @@ GITHUB_TOKEN_READ_ONLY=48f84de812090000demo00000000697cf6e6a059 > - [Create an account](https://etherscan.io/) on Etherscan > - Navigate to your Account Settings page > - In the sidebar, click on 'API-KEYs' and add a new token -> - Copy & paste your Api-Key Token from Etherscan into `.env` +> - Copy & paste your API-Key Token from Etherscan into `.env` ```sh # .env Example: diff --git a/docs/best-practices.md b/docs/best-practices.md index b735ceeec9b..7542e54eaf8 100644 --- a/docs/best-practices.md +++ b/docs/best-practices.md @@ -16,7 +16,7 @@ Markdown will be translated as whole pages of content, so no specific action is - [Crowdin](https://crowdin.com/) is the platform we use to manage & crowdsource translation efforts. Please use the following conventions to help streamline this process. - Use kebab casing (utilizing-dashes-between-words) for file names and JSON keys - Use standard sentence casing for entry values - - If capitalization styling required, it is preferable to style with CSS + - If capitalization styling is required, it is preferable to style with CSS - Do this: ``` JSON `"page-warning": "Be very careful"` diff --git a/docs/event-tracking.md b/docs/event-tracking.md index b6eb5458b00..0b35528cce3 100644 --- a/docs/event-tracking.md +++ b/docs/event-tracking.md @@ -42,7 +42,7 @@ Broadly, events should be grouped by specific topic (e.g. L2 page external links 1. Category (other events may share the same category if one feature has several actions) 2. Action 3. Name (optional) -4. Value (optional, can be number or text) +4. Value (optional, can be a number or text) ## Category diff --git a/docs/review-process.md b/docs/review-process.md index 18e0ae97bcb..c696aa279e9 100644 --- a/docs/review-process.md +++ b/docs/review-process.md @@ -12,7 +12,7 @@ We aim to have every new PR reviewed with change requests, merged, or closed wit ### Translations -Translation pull requests are considered high-priority. These are when the translated and reviewed files from our translation management platform are submitted as a pull request. They are important to our core value of bringing Ethereum education to as many languages as possible. They also are the accumulation of months of work by translators and reviewers, and any delay to this already long process is undesirable. +Translation pull requests are considered high-priority. These are when the translated and reviewed files from our translation management platform are submitted as a pull request. They are important to our core value of bringing Ethereum education to as many languages as possible. They are also the accumulation of months of work by translators and reviewers, and any delay to this already long process is undesirable. **Timeline:** PRs should be merged within 4 days of opening (by the next release). diff --git a/public/content/community/events/organizing/index.md b/public/content/community/events/organizing/index.md index 856af6c4218..aaee9ef1055 100644 --- a/public/content/community/events/organizing/index.md +++ b/public/content/community/events/organizing/index.md @@ -140,7 +140,7 @@ Promoting your event effectively is key to attracting the right audience and bui X.com will be the backbone of your social media promotion. Try to be active and consistent with posting there, but also engage in different conversations, both with your personal account and with the account of your organization. -Although LinkedIn doesn’t sound like a most obvious choice for promotion, you can reach out to a completely different audience there, or even some sponsors. +Although LinkedIn doesn’t sound like the most obvious choice for promotion, you can reach out to a completely different audience there, or even some sponsors. #### Partnerships with other Ethereum communities {#partnerships-with-other-ethereum-communities} diff --git a/public/content/community/research/index.md b/public/content/community/research/index.md index 9fea58e0243..b3d326f67cf 100644 --- a/public/content/community/research/index.md +++ b/public/content/community/research/index.md @@ -83,7 +83,7 @@ An Ethereum node is required to run two pieces of software: 1. a consensus client to keep track of the head of the blockchain, gossip blocks and handle consensus logic 2. an execution client to support the Ethereum Virtual Machine and execute transactions and smart contracts -See the [nodes and clients page](/developers/docs/nodes-and-clients/) for more detail on nodes and clients and for a list of all current client implementations. You can also find a history of all Ethereum upgrades on the [history page](/history/). +See the [nodes and clients page](/developers/docs/nodes-and-clients/) for more details on nodes and clients and for a list of all current client implementations. You can also find a history of all Ethereum upgrades on the [history page](/history/). ### Execution Clients {#execution-clients} diff --git a/public/content/contributing/adding-desci-projects/index.md b/public/content/contributing/adding-desci-projects/index.md index b7702921f78..a97864691aa 100644 --- a/public/content/contributing/adding-desci-projects/index.md +++ b/public/content/contributing/adding-desci-projects/index.md @@ -1,6 +1,6 @@ --- title: Adding DeSci projects -description: The policy we use when adding a links to projects on the DeSci page on ethereum.org +description: The policy we use when adding a link to projects on the DeSci page on ethereum.org lang: en ---