Skip to content

Commit a43baa9

Browse files
docs: fix typos (#387)
1 parent 2be06bf commit a43baa9

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,5 +77,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7777

7878
## [2.0] - 2021-07-14
7979
Initial public release
80-
- fix to proxy soolana node reconnect logic in reinitializing slot leaders (origin/v2)
80+
- fix to proxy Solana node reconnect logic in reinitializing slot leaders (origin/v2)
8181
- show tx errors in get_block

SECURITY.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,15 @@ As these 3rd party audits are completed and issues are sufficiently addressed, w
3333

3434
The Pyth project maintains a social media monitoring program to stay abreast of important ecosystem developments.
3535

36-
These developments include monitoring services like Twitter for key phrases and patterns such that the Pyth project is informed of a compromise or vulnerability in a dependancy that could negatively affect Pyth or its users.
36+
These developments include monitoring services like Twitter for key phrases and patterns such that the Pyth project is informed of a compromise or vulnerability in a dependency that could negatively affect Pyth or its users.
3737

3838
In the case of a large ecosystem development that requires response, the Pyth project will engage its security incident response program.
3939

4040
## Incident Response
4141

4242
The Pyth project maintains an incident response program to respond to vulnerabilities or active threats to Pyth, its users, or the ecosystems it's connected to. Pyth can be made aware about a security event from a variety of different sources (eg. bug bounty program, audit finding, security monitoring, social media, etc.)
4343

44-
When a Pyth project contributor becomes aware of a security event, that contributor immediately holds the role of [incident commander](https://en.wikipedia.org/wiki/Incident_commander) for the issue until they hand off to a more appropriate incident commander. A contributor does not need to be a "security person" or have any special priviledges to hold the role of incident commander, they simply need to be responsible, communicate effectively, and maintain the following obligations to manage the incident to completion.
44+
When a Pyth project contributor becomes aware of a security event, that contributor immediately holds the role of [incident commander](https://en.wikipedia.org/wiki/Incident_commander) for the issue until they hand off to a more appropriate incident commander. A contributor does not need to be a "security person" or have any special privileges to hold the role of incident commander, they simply need to be responsible, communicate effectively, and maintain the following obligations to manage the incident to completion.
4545

4646
The role of the incident commander for Pyth includes the following minimum obligations:
4747

doc/aggregate_price.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,9 @@ The details of each `product` account and their corresponding `price` accounts a
7777

7878
Each `product` may have a slightly different set of reference attributes, depending on their type, but all have "symbol", "asset_type", "quote_currency" and "tenor". US equity products, for example, include various additional reference symbology that is useful for mapping pyth products to other industry-standard identifiers.
7979

80-
Each `price` contains a "price" and "conf" value. "conf" represents a confidence interval on price and broadly corresponds to bid-offer spread. All "price"s are stored as 64bit integers with a fixed, implied number of decimal places defined by the "exponent" field. The AAPL price of 12276250 above, therefore, respresents a value of 122.76250 because the "exponent" is set at -5 or 5 decimal places.
80+
Each `price` contains a "price" and "conf" value. "conf" represents a confidence interval on price and broadly corresponds to bid-offer spread. All "price"s are stored as 64bit integers with a fixed, implied number of decimal places defined by the "exponent" field. The AAPL price of 12276250 above, therefore, represents a value of 122.76250 because the "exponent" is set at -5 or 5 decimal places.
8181

82-
Each `price` has a "status" which is an enumeration of the following values: "trading", "halted", "auction" or "unknown". Only "trading" prices are valid. Equity products also contain a "corp_act" status to notify users of any ongoing corprate action event that may affect a product's price or symbology.
82+
Each `price` has a "status" which is an enumeration of the following values: "trading", "halted", "auction" or "unknown". Only "trading" prices are valid. Equity products also contain a "corp_act" status to notify users of any ongoing corporate action event that may affect a product's price or symbology.
8383

8484
The "valid_slot" and "publish_slot" fields correspond to which solana slots the aggregate price was published in. More on this in the next section.
8585

doc/https-for-rpc-providers.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ This lack will be remedied in a future release but in order to address the probl
2020
1. Make sure `nginx` is installed on your machine, in your VM or, in your container.
2121
2. Clone a copy of this repository or copy the `nginx-configs` directory to the machine in question.
2222
3. `cd doc/nginx-configs`
23-
4. In `standalone-dev-nginx.conf` replace `127.0.0.1` with the appropriate DNS resolver for your network, if necessary. This can usually be retrived via `grep nameserver /etc/resolv.conf`.
23+
4. In `standalone-dev-nginx.conf` replace `127.0.0.1` with the appropriate DNS resolver for your network, if necessary. This can usually be retrieved via `grep nameserver /etc/resolv.conf`.
2424
5. For the RPC provider(s) which you are using, be sure to replace `YOUR_SERVER` and `REPLACE_ME_WITH_YOUR_AUTH_TOKEN` in the appropriate configuration file.
2525
6. You can then run `nginx` as with the command `nginx -c $(pwd)/standalone-dev-nginx.conf -g 'daemon off;'`
2626

0 commit comments

Comments
 (0)