Skip to content

Commit cf57707

Browse files
authored
Fix a typo in create-subgraph-hosted.mdx (#93)
* Fix a typo in create-subgraph-hosted.mdx * Rephrase sentence in create-subgraph-hosted.mdx
1 parent b543611 commit cf57707

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/en/developer/create-subgraph-hosted.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -506,7 +506,7 @@ We provide the [Graph Typescript Library](https://github.com/graphprotocol/graph
506506

507507
## Code Generation
508508

509-
In order to make working smart contracts, events and entities easy and type-safe, the Graph CLI can generate AssemblyScript types from the subgraph's GraphQL schema and the contract ABIs included in the data sources.
509+
In order to make it easy and type-safe to work with smart contracts, events and entities, the Graph CLI can generate AssemblyScript types from the subgraph's GraphQL schema and the contract ABIs included in the data sources.
510510

511511
This is done with
512512

0 commit comments

Comments
 (0)