Skip to content

Commit 9483cf3

Browse files
idalithbbenface
andauthored
Update website/pages/en/quick-start.mdx
Co-authored-by: Benoît Rouleau <[email protected]>
1 parent 93c0d7f commit 9483cf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/pages/en/quick-start.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ The `init` command in the previous step creates a scaffold subgraph that you can
8888
When making changes to the subgraph, you will mainly work with three files:
8989

9090
- Manifest (`subgraph.yaml`) - defines what data sources your subgraph will index.
91-
- Schema (`schema. graphql`) - defines what data you wish to retrieve from the subgraph.
91+
- Schema (`schema.graphql`) - defines what data you wish to retrieve from the subgraph.
9292
- 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/).

0 commit comments

Comments
 (0)