Skip to content

Commit e647d1c

Browse files
authored
Fix typo in "Hosted Service" for debug forking (#121)
1 parent 93a10ba commit e647d1c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pages/en/developer/subgraph-debug-forking.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,12 @@ export function handleUpdatedGravatar(event: UpdatedGravatar): void {
4444
}
4545
```
4646

47-
Oops, how unfortunate, when I deploy my perfect looking subgraph to the [HostedService](https://thegraph.com/hosted-service/) it fails with the _"Gravatar not found!"_ error.
47+
Oops, how unfortunate, when I deploy my perfect looking subgraph to the [Hosted Service](https://thegraph.com/hosted-service/) it fails with the _"Gravatar not found!"_ error.
4848

4949
The usual way to attempt a fix is:
5050

5151
1. Make a change in the mappings source, which you believe will solve the issue (while I know it won't).
52-
2. Re-deploy the subgraph to the [HostedService](https://thegraph.com/hosted-service/) (or another remote Graph node).
52+
2. Re-deploy the subgraph to the [Hosted Service](https://thegraph.com/hosted-service/) (or another remote Graph node).
5353
3. Wait for it to sync-up.
5454
4. If it breaks again go back to 1, otherwise: Hooray!
5555

0 commit comments

Comments
 (0)