From 537f927ab9d4659088d11d6a48e98aa249f387f7 Mon Sep 17 00:00:00 2001 From: mycelias <5660109+myceliaspy@users.noreply.github.com> Date: Sat, 11 Jan 2025 17:26:55 +0100 Subject: [PATCH] fix: typo --- src/my_first_app/chapter_1.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/my_first_app/chapter_1.md b/src/my_first_app/chapter_1.md index 3c9c8f7..dd3cbe2 100644 --- a/src/my_first_app/chapter_1.md +++ b/src/my_first_app/chapter_1.md @@ -116,7 +116,7 @@ The `api/` directory contains the [WIT API](../system/process/wit_apis.md) for t Lastly, the `test/` directory contains tests for the `my-chat-app` package. The `tests.toml` file specifies the configuration of the tests. -The `my-chat-app-test/` direcotry is itself a package: the test for `my-chat-app`. +The `my-chat-app-test/` directory is itself a package: the test for `my-chat-app`. For more discussion of tests see [`kit run-tests`](../kit/run-tests.md), or see usage, [below](#testing-the-package). Though not included in this template, packages with a frontend have a `ui/` directory as well.