Skip to content

Commit

Permalink
docs: fix typo in hello world docs
Browse files Browse the repository at this point in the history
  • Loading branch information
amessbee committed Jul 4, 2024
1 parent 13f7a99 commit 66f62c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/guides/zoe/contract-hello.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Putting it all together:

Let us save this code to a file named `01-hello.js` inside `src` directory.

## Using, testing a contract
## Testing a contract

Agoric contracts are typically tested using the [ava](https://github.com/avajs/ava) framework. The test file begins with an `import @endo/init` to establish a [Hardened JavaScript](../js-programming/hardened-js) environment. We also import `E()` in order to make asynchronous method calls and `test` function from `ava`. _We'll talk more about [using `E()` for async method calls](../js-programming/eventual-send) later._ Following these `import` statements, we write a simple test that validates that the `greet` method works as expected.

Expand Down

0 comments on commit 66f62c1

Please sign in to comment.