Skip to content

Commit

Permalink
chore: fix some typos
Browse files Browse the repository at this point in the history
Signed-off-by: withbest <[email protected].>
  • Loading branch information
withbest committed Dec 20, 2024
1 parent 4a7dc6c commit a2aa944
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions dashboard/src/deployments/ProtocolSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -683,7 +683,7 @@ function ProtocolSection({
schemaType !== "governance"
) {
schemaCell = (
<Tooltip title="This deployment does not have the latest schema verison" placement="top">
<Tooltip title="This deployment does not have the latest schema version" placement="top">
<span style={{ color: "#FFA500" }}>{depo?.versions?.schema || "N/A"}</span>
</Tooltip>
);
Expand Down Expand Up @@ -911,7 +911,7 @@ function ProtocolSection({
schemaType !== "governance"
) {
schemaCell = (
<Tooltip title="This deployment does not have the latest schema verison" placement="top">
<Tooltip title="This deployment does not have the latest schema version" placement="top">
<span style={{ color: "#FFA500" }}>{depo?.versions?.schema || "N/A"}</span>
</Tooltip>
);
Expand Down
2 changes: 1 addition & 1 deletion schema-network.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ type Network @entity @regularPolling {
" Name of the network being indexed "
id: ID!

" The verison of the schema "
" The version of the schema "
schemaVersion: String!

" The version of the subgraph "
Expand Down
2 changes: 1 addition & 1 deletion subgraphs/network/schema.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ type Network @entity @regularPolling {
" Name of the network being indexed "
id: ID!

" The verison of the schema "
" The version of the schema "
schemaVersion: String!

" The version of the subgraph "
Expand Down
2 changes: 1 addition & 1 deletion subgraphs/uniswap-forks-swap/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

### protocols

- Contains a `src` folder for protocols specifc code and a `config` folder that contains network specific configurations and subgraph.yaml templates.
- Contains a `src` folder for protocols specific code and a `config` folder that contains network specific configurations and subgraph.yaml templates.

### src

Expand Down
2 changes: 1 addition & 1 deletion subgraphs/uniswap-forks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

### protocols

- Contains a `src` folder for protocols specifc code and a `config` folder that contains network specific configurations and subgraph.yaml templates.
- Contains a `src` folder for protocols specific code and a `config` folder that contains network specific configurations and subgraph.yaml templates.

### src

Expand Down
2 changes: 1 addition & 1 deletion subgraphs/uniswap-v3-forks-swap/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

### protocols

- Contains a `src` folder for protocols specifc code and a `config` folder that contains network specific configurations and subgraph.yaml templates.
- Contains a `src` folder for protocols specific code and a `config` folder that contains network specific configurations and subgraph.yaml templates.

### src

Expand Down

0 comments on commit a2aa944

Please sign in to comment.