From 09bb6e7ad37ad6f7cfeb8c02608a070c99aa72e0 Mon Sep 17 00:00:00 2001 From: Boris Mann Date: Tue, 26 Mar 2024 09:16:04 -0700 Subject: [PATCH] quick spelling fix --- src/content/docs/quick-start.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/quick-start.md b/src/content/docs/quick-start.md index 467b047..93f985d 100644 --- a/src/content/docs/quick-start.md +++ b/src/content/docs/quick-start.md @@ -27,7 +27,7 @@ Clone down our [custom TypeScript functions repo](https://github.com/everywhere- ### Boot Up The Everywhere Computer -Let's beging with `hello.ts`. From the root directory of the repository run: +Let's begin with `hello.ts`. From the root directory of the repository run: ```shell every dev --fn src/functions/hello.ts