Skip to content

Commit ab1c54d

Browse files
committed
fix(docs): typo in adapters
1 parent 0aae073 commit ab1c54d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/ftso/guides/adapters.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ All code examples can be found in our [hardhat-starter-kit](https://github.com/f
4343
## Key code changes
4444

4545
Migrating to a Flare FTSO adapter requires a different approach to handling oracle data. Instead of your contract calling an external oracle, it will now manage price data internally by using an adapter library.
46-
This process involves two main changes: modifying your smart contract and setting up a new off-chain keeper process.
46+
This process involves two main changes: modifying your smart contract and setting up a new offchain keeper process.
4747

4848
### 1. Onchain: Use the adapter library
4949

0 commit comments

Comments
 (0)