Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: fix incorrect quotation marks #1843

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions community/modular-meetup-toolkit.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ help you plan and execute your meetups effectively.
- [Brand kit](https://company-223625.frontify.com/d/JoSwaZS4Mjpj/guidelines)
1. Includes logo files, color schemes, typography, icons and illustrations

## Sample Introduction to Modularity workshop presentation
## Sample Introduction to Modularity workshop presentation

- [Sample presentation - introduction to modularity](https://docs.google.com/presentation/d/1R4bkWgU2nql1chwVwND4seREHbKzugl0-Xr88w3QdIQ/edit#slide=id.g1b629412475_0_0)
- Summary: This is an overview presentation on Modular blockchains and
Expand All @@ -28,7 +28,7 @@ help you plan and execute your meetups effectively.
5. Sovereign Rollups
6. Q&A session

## Sample Run a Celestia light node workshop presentation
## Sample Run a Celestia light node workshop presentation

- [Sample presentation - run a light node](https://docs.google.com/presentation/d/1fV7OYUdW4kafkZcgHwFenFWDbSIwkk0R6BnSKrAV-Hc/edit#slide=id.g20713cce7c2_1_0)
- Summary:
Expand All @@ -43,7 +43,7 @@ help you plan and execute your meetups effectively.
6. Best practices for maintaining a light node
7. Q&A session

## Sample Deploy a Sovereign Rollup workshop presentation
## Sample Deploy a Sovereign Rollup workshop presentation

- [Sample presentation - deploy a sovereign rollup](https://docs.google.com/presentation/d/163yP8lQ28k-xfL3jcdX2cfO-3zg8e63AOuHeHxde3vk/edit#slide=id.g20713cce7c2_1_596)
- Summary: This is an overview presentation on deploying a sovereign rollup
Expand All @@ -56,7 +56,7 @@ help you plan and execute your meetups effectively.
4. Setting up a sovereign rollup: hardware and software requirements
5. Q&A session

## Sample Modular Meetup Introduction workshop presentation
## Sample Modular Meetup Introduction workshop presentation

- [Sample presentation - modular meetup introduction](https://docs.google.com/presentation/d/1HIOKwnCRylofo4sp5I93hsfY3DKWbmXxfvMdoiIk-3I/edit?usp=sharing)
- The sample presentation covers:
Expand Down
2 changes: 1 addition & 1 deletion how-to-guides/arbitrum-integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ The [@celestiaorg/nitro](https://github.com/celestiaorg/nitro) integration
[uses the same fallback mechanism](https://github.com/celestiaorg/nitro/blob/f01968eb3d4e19329e9c92b050e98a8e5772f1f2/arbnode/batch_poster.go#L845-L857).

[More information can be found on the Ethereum fallback mechanisms for Celestia](./ethereum-fallback.md),
which enables Ethereum L2s (or L3s) to fall back to using Ethereum
which enables Ethereum L2s (or L3s) to fall back to using Ethereum
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue

Replace full-width quotation marks with standard English quotes

The current change uses full-width quotation marks (") which are typically reserved for CJK text. For English documentation, this could cause inconsistent text alignment and searchability issues.

Apply this change:

-which enables Ethereum L2s (or L3s) to "fall back" to using Ethereum
+which enables Ethereum L2s (or L3s) to "fall back" to using Ethereum

Or if curly quotes are preferred:

-which enables Ethereum L2s (or L3s) to "fall back" to using Ethereum
+which enables Ethereum L2s (or L3s) to "fall back" to using Ethereum
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
which enables Ethereum L2s (or L3s) to fall back to using Ethereum
which enables Ethereum L2s (or L3s) to "fall back" to using Ethereum

calldata for data availability in the event of downtime on Celestia Mainnet
Beta.

Expand Down
6 changes: 3 additions & 3 deletions how-to-guides/bridge-node.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ Bridge nodes connect the data availability layer and the consensus layer.

A Celestia bridge node has the following properties:

1. Import and process raw headers & blocks from a trusted core process
1. Import and process raw headers & blocks from a trusted core process
(meaning a trusted RPC connection to a celestia-core node) in the
Consensus network. Bridge nodes can run this core process internally
(embedded) or simply connect to a remote endpoint. Bridge nodes also
have the option of being an active validator in the consensus network.
2. Validate and erasure code the raw blocks
2. Validate and erasure code the raw blocks
3. Supply block shares with data availability headers to light nodes in the DA network.

![bridge-node-diagram](/img/nodes/BridgeNodes.png)
Expand All @@ -40,7 +40,7 @@ From an implementation perspective, Bridge nodes run two separate processes:

- **celestia-node** augments the above with a separate libp2p network that
serves data availability sampling requests. The team sometimes refers to
this as the halo network.
this as the halo network.

## Hardware requirements

Expand Down
2 changes: 1 addition & 1 deletion how-to-guides/ethereum-fallback.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ prev:
# Ethereum fallback

Ethereum fallback is a mechanism
that enables Ethereum L2s (or L3s) to fallback to using Ethereum
that enables Ethereum L2s (or L3s) to fallback to using Ethereum
calldata for data availability in the event of downtime on Celestia
Mainnet Beta. This feature is currently supported by Celestia integrations
with:
Expand Down
2 changes: 1 addition & 1 deletion how-to-guides/light-node.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ way to interact with Celestia networks.

Light nodes have the following behavior:

1. They listen for `ExtendedHeaders`, i.e. wrapped raw headers, that notify
1. They listen for `ExtendedHeaders`, i.e. wrapped raw headers, that notify
Celestia nodes of new block headers and relevant DA metadata.
2. They perform DAS on the received headers

Expand Down