Skip to content

Commit

Permalink
spell fix
Browse files Browse the repository at this point in the history
  • Loading branch information
parodime committed Nov 19, 2024
1 parent 5e6fa9b commit ccdff29
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/bridge/docs/03-RFQ/60-Security/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Synapse RFQ is an optimistic cross-chain system. This means that any ambiguous a

### Proofs

With this sytem in particular, [prove] transactions are the focal point of this optimistic mechanism - whereby a [Relayer] is asserting that they completed a [relay] and can rightfully [claim] the escrowed bridge funds as a reimbursement.
With this system in particular, [prove] transactions are the focal point of this optimistic mechanism - whereby a [Relayer] is asserting that they completed a [relay] and can rightfully [claim] the escrowed bridge funds as a reimbursement.

Each [prove] transaction sets the [proof] data for the bridge and initiates a dispute period.

Expand Down
2 changes: 1 addition & 1 deletion docs/bridge/docs/03-RFQ/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ import { RFQFlow } from '@site/src/components/RFQFlow'

# Synapse RFQ Summary

Synapse RFQ (Request-For-Quote) is an <abbr title="'Intent' refers to a user authorizing specific actions that they want to achieve, typically in very simple terms, such as a bridge or swap. Actual execution of the actions is then performed on the user's behalf by third parties known as solvers/relayers.">intent</abbr>-based bridging system that connects briding users to a network of relayers.
Synapse RFQ (Request-For-Quote) is an <abbr title="'Intent' refers to a user authorizing specific actions that they want to achieve, typically in very simple terms, such as a bridge or swap. Actual execution of the actions is then performed on the user's behalf by third parties known as solvers/relayers.">intent</abbr>-based bridging system that connects bridging users to a network of relayers.

These relayers compete to provide the optimal bridge execution (eg: the best price) for the user's specific request.

Expand Down
9 changes: 9 additions & 0 deletions docs/bridge/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,15 @@
"write-heading-ids": "docusaurus write-heading-ids",
"typecheck": "tsc"
},
"cspell": {
"version": "0.1",
"language": "en",
"words": [
"permissioned",
"permissionless",
"permissionlessly"
]
},
"dependencies": {
"@codecov/webpack-plugin": "^0.0.1-beta.10",
"@docusaurus/core": "3.5.2",
Expand Down

0 comments on commit ccdff29

Please sign in to comment.