Skip to content

Commit 679b732

Browse files
'This is an example of how that might look like' changed to 'This is an example of what that might look like'
1 parent 9547862 commit 679b732

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/src/pages/en/subgraphs/developing/creating/unit-testing-framework.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -618,7 +618,7 @@ export function createNewGravatarEvent(
618618
}
619619
```
620620

621-
We first have to create a test file in our project. This is an example of how that might look like:
621+
We first have to create a test file in our project. This is an example of what that might look like:
622622

623623
```typescript
624624
import { clearStore, test, assert } from 'matchstick-as/assembly/index'

0 commit comments

Comments
 (0)