You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pages/price-feeds/use-real-time-data.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ If your blockchain is not supported, please [ask in the dev-forum](https://dev-f
12
12
13
13
## Choosing Your Integration Method
14
14
15
-
**Pull integration** is the default choice for most applications. In this integration, the application retrieves price data from a [webserveice](./how-pyth-works/hermes) and submits it to
15
+
**Pull integration** is the default choice for most applications. In this integration, the application retrieves price data from a [webservice](./how-pyth-works/hermes) and submits it to
16
16
an on-chain smart contact as part of the transaction. This integration provides the lowest-latency access to Pyth price data.
17
17
18
18
**Push integration** is for applications that don't want to pull prices in every transaction and prefer a purely on-chain integration.
0 commit comments