Skip to content

Commit 693cb63

Browse files
committed
updatePriceFeedsIfNecessary typo fix
1 parent e62f2eb commit 693cb63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/api-reference/src/apis/evm/update-price-feeds-if-necessary.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ export const updatePriceFeedsIfNecessary = writeApi<
3838
### Error Response
3939
4040
The above method can return the following error response:
41-
- \`NoFreshUpdate\`: The provided update is not fresh enough to apply. It means the provided \`publishTime\` is not equal to corresponding corresponding price id in \`updateData\`.
41+
- \`NoFreshUpdate\`: The provided update is not fresh enough to apply. It means the provided \`publishTime\` is not equal to corresponding price id in \`updateData\`.
4242
- \`InvalidUpdateData\`: The provided update data is invalid or incorrectly signed.
4343
- \`InsufficientFee\`: The fee provided is less than the required fee. Try calling [getUpdateFee](getUpdateFee) to get the required fee.
4444
`,

0 commit comments

Comments
 (0)