Skip to content

Commit

Permalink
fix: typos (#2368)
Browse files Browse the repository at this point in the history
* fix typo

* fix typo

* fix typo

* fix typos

* fix typo

* fix typo

---------

Co-authored-by: Javier Ríos <[email protected]>
  • Loading branch information
omahs and Jabolol authored Oct 22, 2024
1 parent 2e21c9d commit 3a008c7
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion apps/docs/docs/how-oso-works/architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ a GraphQL API from our Clickhouse database.
We then use an [Apollo Router](https://www.apollographql.com/docs/router/)
to service user queries to the public.
The API can be used by external developers to integrate insights from OSO.
Rate limits or cost sharing subscriptions may apply to it's usage depending
Rate limits or cost sharing subscriptions may apply to its usage depending
on the systems used. This also powers the OSO website.

### OSO Website
Expand Down
2 changes: 1 addition & 1 deletion apps/docs/docs/how-oso-works/ecosystems/arbitrum.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Arbitrum One is an EVM-equivalent Optimistic Rollup chain. It inherits Ethereum-

## Coverage on Open Source Observer

Open Source Observer is in the process of adding the first collection of open source projects that are building on Arbitrum One. Project data will includes Arbitrum addresses associated with smart contracts, deployers, and grant wallets.
Open Source Observer is in the process of adding the first collection of open source projects that are building on Arbitrum One. Project data will include Arbitrum addresses associated with smart contracts, deployers, and grant wallets.

The main sources of project data come from [STIP](https://forum.arbitrum.foundation/t/arbitrums-short-term-incentive-program-arbitrum-improvement-proposal/16131), grant programs, and the Dune contracts library.

Expand Down
2 changes: 1 addition & 1 deletion apps/docs/docs/how-oso-works/impact-metrics/package.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Number of total packages released by the project (version-agnostic).

### Downloads

Number of times a packages has been downloaded over a given time period.
Number of times a package has been downloaded over a given time period.

---

Expand Down
2 changes: 1 addition & 1 deletion apps/docs/docs/how-oso-works/oss-directory/artifact.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ The `address` field is the public blockchain address. On Ethereum and other netw
Remember, a blockchain address can only be assigned to a single project. New artifacts will also be validated to ensure that they do not already exist in the directory.

:::warning
If you are referencing a Safe multi-sig address, remember to remove the chain identifer from the beginning of the address (eg, remove the 'oeth:' prefix from the beginning of an Optimism Safe).
If you are referencing a Safe multi-sig address, remember to remove the chain identifier from the beginning of the address (eg, remove the 'oeth:' prefix from the beginning of an Optimism Safe).
:::

### Supported EVM Networks
Expand Down
4 changes: 2 additions & 2 deletions apps/docs/docs/how-oso-works/oss-directory/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ blockchain:
- wallet
```
In order to instantiate a project, we require a unique `name` and a GitHub URL that is not owned by any other project. Project metadata, including its `display_name` and `description`, can also be be captured. Once instantiated, a project entry can be updated to include additional artifacts.
In order to instantiate a project, we require a unique `name` and a GitHub URL that is not owned by any other project. Project metadata, including its `display_name` and `description`, can also be captured. Once instantiated, a project entry can be updated to include additional artifacts.

Critically, artifacts can only belong to one project. We run validation checks to ensure that artifacts are not duplicated across projects. Please consult the [project schema](./project) for more information.

Expand All @@ -72,7 +72,7 @@ npm:
- url: https://www.npmjs.com/package/oss-directory
```

Blockchain address artifacts include additonal tags that are used as instructions for OSO's indexers. For example, a blockchain address with a `wallet` tag will be monitored for financial transactions and changes in token balances. A blockchain address with a `deployer` tag will be monitored for smart contract deployments. Any contracts deployed by a deployer will be associated with the deployer's project. Similarly, any contracts deployed by factories deployed by a deployer will also be associated with the deployer's project.
Blockchain address artifacts include additional tags that are used as instructions for OSO's indexers. For example, a blockchain address with a `wallet` tag will be monitored for financial transactions and changes in token balances. A blockchain address with a `deployer` tag will be monitored for smart contract deployments. Any contracts deployed by a deployer will be associated with the deployer's project. Similarly, any contracts deployed by factories deployed by a deployer will also be associated with the deployer's project.

Tags are also used to indicate the network the address is used on. For example, a deployer may be active on both the Ethereum mainnet and the Optimism network.

Expand Down
2 changes: 1 addition & 1 deletion apps/docs/docs/references/talks.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ PL Summit 23. LabWeek23. Istanbul, Türkiye. November 2023.

<iframe width="560" height="315" src="https://www.youtube.com/embed/SLYLiX4Ifqc?si=MaIUbDrRHi7NpPlj6" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>

**Measuring the Impact of Restrospective Funding with Carl Cervone from Opensource Observer**
**Measuring the Impact of Retrospective Funding with Carl Cervone from Opensource Observer**
Carl Cervone. [watch](https://www.youtube.com/watch?v=SLYLiX4Ifqc)🎥
Superchain Eco Podcast. November 2023.

Expand Down

0 comments on commit 3a008c7

Please sign in to comment.