Skip to content

Commit f9362fc

Browse files
Merge pull request #2990 from pyth-network/api-reference-typo
chore(bug): updatePriceFeedsIfNecessary typo fix
2 parents 492679a + 693cb63 commit f9362fc

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)