Skip to content

Commit b717de4

Browse files
committed
minor edits
1 parent 8b9cb84 commit b717de4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

website/pages/en/quick-start.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -87,9 +87,9 @@ The `init` command in the previous step creates a scaffold subgraph that you can
8787

8888
When making changes to the subgraph, you will mainly work with three files:
8989

90-
- Manifest (`subgraph.yaml`) - defines what datasources your subgraphs will index.
90+
- Manifest (`subgraph.yaml`) - defines what data sources your subgraphs will index.
9191
- Schema (`schema. graphql`) - defines what data you wish to retrieve from the subgraph.
92-
- AssemblyScript Mappings (`mapping.ts`) - translates data from your datasources to the entities defined in the schema.
92+
- AssemblyScript Mappings (`mapping.ts`) - translates data from your data sources to the entities defined in the schema.
9393

9494
For a detailed breakdown on how to write your subgraph, check out [Creating a Subgraph](/developing/creating-a-subgraph/).
9595

@@ -107,7 +107,7 @@ Remember, deploying is not the same as publishing.
107107
graph build
108108
```
109109

110-
2. Authenticate and deploy your subgraph. The deploy key can be found on the Subgraph page in Subgraph Studio.
110+
2. Authenticate and deploy your subgraph. The deploy key can be found on the subgraph's page in Subgraph Studio.
111111

112112
```sh
113113

@@ -117,7 +117,7 @@ Remember, deploying is not the same as publishing.
117117
```
118118

119119
- The CLI will ask for a version label.
120-
- It's strongly recommended to use [semantic versioning](https://semver.org/), e.g. `0.0.1`. That said, you can choose any string for the version such as: `v1, version1, asdf`, ect.
120+
- It's strongly recommended to use [semantic versioning](https://semver.org/), e.g. `0.0.1`. That said, you can choose any string for the version such as: `v1,` `version1,` `asdf`, etc.
121121

122122
### 6. Review Your Subgraph
123123

0 commit comments

Comments
 (0)