Skip to content

Commit

Permalink
fix(docs): Documentation Corrections for Bridge Contract and Integrat…
Browse files Browse the repository at this point in the history
…ion Manual (#15144)
  • Loading branch information
SamiAlHassan authored Nov 9, 2023
1 parent 361e98b commit 4c5c1b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/website/pages/docs/manuals/integration-manual.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Integration manual

This manual will help you successfully integration into Taiko.
This manual will help you successfully integrate into Taiko.

Taiko is an Ethereum-equivalent network, meaning integrating with Taiko should be as simple as using our RPC instead of an Ethereum L1 RPC.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ Tells if we need to check real proof or it is a test.

| Name | Type | Description |
| ---- | ---- | ------------------------------------------------------------ |
| [0] | bool | Returns true if this contract, or can be false if mock/test. |
| [0] | bool | Returns true if real proof checking is required, otherwise false if it is a mock/test environment. |

---

Expand Down

0 comments on commit 4c5c1b9

Please sign in to comment.