Skip to content

Commit 8b4e063

Browse files
authored
Merge pull request #1100 from Anon-im/Grammar-Errors
Update docs files with errors
2 parents a942c57 + 08664ea commit 8b4e063

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

pages/chain/security/security-policy.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,4 @@ Alongside this policy, maintainers also reserve the right to:
5353
* Bypass this policy and publish details on a shorter timeline.
5454
* Directly notify a subset of downstream users prior to making a public announcement.
5555

56-
This policy is based the [Geth](https://geth.ethereum.org/) team's [silent patch policy](https://geth.ethereum.org/docs/developers/geth-developer/disclosures#why-silent-patches).
56+
This policy is based on the [Geth](https://geth.ethereum.org/) team's [silent patch policy](https://geth.ethereum.org/docs/developers/geth-developer/disclosures#why-silent-patches).

pages/connect/contribute/style-guide.mdx

+4-4
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import { Callout } from 'nextra/components'
1010

1111
This Style Guide aims to assist Optimists in writing technical content with a consistent voice, tone, and style. See the [glossary](/connect/resources/glossary) for an alphabetical listing of commonly used words, terms, and concepts used throughout the technical docs and across the OP Collective.
1212

13-
This doc doesn't cover all questions or use-cases. Our guide is based off the [Microsoft Writing Style Guide](https://learn.microsoft.com/en-us/style-guide/welcome/). Please reference their guide for any use-case or situation we do not cover here.
13+
This doc doesn't cover all questions or use-cases. Our guide is based on the [Microsoft Writing Style Guide](https://learn.microsoft.com/en-us/style-guide/welcome/). Please reference their guide for any use-case or situation we do not cover here.
1414

1515
* For docs-related questions or comments, create an issue in the [docs repo](https://github.com/ethereum-optimism/docs/issues).
1616
* For support-related questions or comments, create an issue in the [developers repo](https://github.com/ethereum-optimism/developers/issues).
@@ -178,7 +178,7 @@ We aim to use consistent organization that is also user-centered and accessible.
178178
### Listing prerequisites (before you begin)
179179

180180
* Add a "Before You Begin" section at the top of the document if there are tasks a user needs to complete before continuing with the current task, e.g. installing a module, downloading a software update, etc.
181-
* Use the title "Before You Begin"and format as H2. It should follow the page overview/intro section or table of contents.
181+
* Use the title "Before You Begin" and format as H2. It should follow the page overview/intro section or table of contents.
182182
* Include all the tasks the user needs to complete, including links to aid in usability. Use a bulleted list for more than 2 prerequisite items.
183183
<Callout type="info">
184184
**Example**:<br />
@@ -501,7 +501,7 @@ Please use `*` instead of `-` for items in a list. This maintains consistency ac
501501

502502
### Punctuation
503503

504-
* **Ampersand (&)** Only use "&"in headings where items are grouped or in proper names. Do not use in sentences.
504+
* **Ampersand (&)** Only use "&" in headings where items are grouped or in proper names. Do not use in sentences.
505505

506506
* **Colon (:)** Use to introduce a list or series.
507507

@@ -523,4 +523,4 @@ Please use `*` instead of `-` for items in a list. This maintains consistency ac
523523

524524
**Example**: `developer-focused product` or `company-wide holiday`
525525

526-
* **Slash (/)** Avoid using as the slash is reserved for file names (see above). Use "or," "and,"or "or both"instead.
526+
* **Slash (/)** Avoid using as the slash is reserved for file names (see above). Use "or," "and," or "both" instead.

pages/connect/resources/glossary.mdx

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ block, and output block properties, which are derived after executing the block'
3333
#### Block time
3434

3535
L2 block time is 2 seconds, meaning there is an L2 block at every 2s [time slot](#time-slot).
36-
*Post-merge*, it could be said the that L1 block time is 12s as that is the L1 [time slot](#time-slot). However, in
36+
*Post-merge*, it could be said that L1 block time is 12s as that is the L1 [time slot](#time-slot). However, in
3737
reality the block time is variable as some time slots might be skipped. Pre-merge, the L1 block time is variable, though it is on average 13s.
3838

3939
#### Delegation
@@ -335,7 +335,7 @@ a better compression rate, hence reducing data availability costs.
335335
#### Channel Frame
336336

337337
Chunk of data belonging to a [channel](#channel). [Batcher transactions](#batcher-transaction) carry one or
338-
multiple frames. The reason to split a channel into frames is that a channel might too large to include in a single
338+
multiple frames. The reason to split a channel into frames is that a channel might be too large to include in a single
339339
batcher transaction.
340340

341341
#### Channel Timeout

0 commit comments

Comments
 (0)