Skip to content

Commit 6403d86

Browse files
committed
fix: typo in readme.md
1 parent d5cec1d commit 6403d86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ npm i @algorandfoundation/algorand-typescript-testing
4242

4343
Let's write a simple contract and test it using the `algorand-typescript-testing` framework.
4444

45-
If you are using [vitest](https://vitest.dev/) with [@rollup/plugin-typescript](https://www.npmjs.com/package/@rollup/plugin-typescript) plugin, configure `puyTsTransformer` as a `before` stage transformer of `typescript` plugin in `vitest.config.mts` file.
45+
If you are using [vitest](https://vitest.dev/) with [@rollup/plugin-typescript](https://www.npmjs.com/package/@rollup/plugin-typescript) plugin, configure `puyaTsTransformer` as a `before` stage transformer of `typescript` plugin in `vitest.config.mts` file.
4646

4747
```typescript
4848
import typescript from '@rollup/plugin-typescript'

0 commit comments

Comments
 (0)