From e97dc4d9f01be8d4ac50137c48264c4774fc7b76 Mon Sep 17 00:00:00 2001 From: Davor Hrg Date: Tue, 12 Mar 2024 10:46:25 +0100 Subject: [PATCH] typo --- packages/postmessage/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/postmessage/README.md b/packages/postmessage/README.md index 342a0f7..370ef5d 100644 --- a/packages/postmessage/README.md +++ b/packages/postmessage/README.md @@ -62,7 +62,7 @@ Here is partial sample of jsdoc definitions for jscad worker For me, TypeScript is nicer to write declarations, but I still prefer [JSDoc](https://alexharri.com/blog/jsdoc-as-an-alternative-typescript-syntax) as it requires less tooling and also works in IDE. -You can to it either way you prefer, so here is also typescript version of the sample: +You can do it either way you prefer, so here is also typescript version of the sample: ```ts export interface InitOptions {