You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pages/chain/security/security-policy.mdx
+1-1
Original file line number
Diff line number
Diff line change
@@ -53,4 +53,4 @@ Alongside this policy, maintainers also reserve the right to:
53
53
* Bypass this policy and publish details on a shorter timeline.
54
54
* Directly notify a subset of downstream users prior to making a public announcement.
55
55
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).
Copy file name to clipboardExpand all lines: pages/connect/contribute/style-guide.mdx
+4-4
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ import { Callout } from 'nextra/components'
10
10
11
11
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.
12
12
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.
14
14
15
15
* For docs-related questions or comments, create an issue in the [docs repo](https://github.com/ethereum-optimism/docs/issues).
16
16
* 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.
178
178
### Listing prerequisites (before you begin)
179
179
180
180
* 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.
182
182
* 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.
183
183
<Callouttype="info">
184
184
**Example**:<br />
@@ -501,7 +501,7 @@ Please use `*` instead of `-` for items in a list. This maintains consistency ac
501
501
502
502
### Punctuation
503
503
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.
505
505
506
506
***Colon (:)** Use to introduce a list or series.
507
507
@@ -523,4 +523,4 @@ Please use `*` instead of `-` for items in a list. This maintains consistency ac
523
523
524
524
**Example**: `developer-focused product` or `company-wide holiday`
525
525
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.
0 commit comments