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 some typos #843

Merged
merged 1 commit into from
Feb 5, 2025
Merged
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
2 changes: 1 addition & 1 deletion docs/core/core-endpoints.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ Unifra provides:
- Unifra's NFT API
- Dashboard with Request Explorer

To use Unifra's service, developer need to register an account first and find the RPC endpoint in [Unifra console](https://console.unifra.io/). For detail infomation check [Unifra's documentation](https://docs.unifra.io/)
To use Unifra's service, developer need to register an account first and find the RPC endpoint in [Unifra console](https://console.unifra.io/). For detail information check [Unifra's documentation](https://docs.unifra.io/)

### Public Endpoint

Expand Down
2 changes: 1 addition & 1 deletion docs/general/hardforks/v2.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ The mainnet config file has been renamed from `tethys.toml` to `hydra.toml`, the
3. The PoS registration close at `Block Number 69245000` (around Dec.11 at 18:00)
4. The deadline for adding pos_config is before `Epoch Number reaches 55665000` (around Dec.13th 15:00). Hardfork upgrade completed at this time.

For detail infomation check [Conflux v2.0.0-testnet Hardfork Upgrade Announcement](https://forum.conflux.fun/t/conflux-v2-0-0-testnet-hardfork-upgrade-announcement/12556)
For detail information check [Conflux v2.0.0-testnet Hardfork Upgrade Announcement](https://forum.conflux.fun/t/conflux-v2-0-0-testnet-hardfork-upgrade-announcement/12556)

## Upgrade CIP list

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// To avoid circular dependancies issue, let's have a single place for exports and imports
// To avoid circular dependencies issue, let's have a single place for exports and imports

export { default as Collapsible } from "./Collapsible"

Expand Down