From 4c6a5aaef43588956075205224472dbfd4c189a7 Mon Sep 17 00:00:00 2001 From: Sergey Kaunov Date: Tue, 31 Mar 2026 00:01:01 +0300 Subject: [PATCH] Update chapter_1.md a 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 c362aad..ef17306 100644 --- a/src/my_first_app/chapter_1.md +++ b/src/my_first_app/chapter_1.md @@ -103,7 +103,7 @@ Rust process directories, like the ones here, contain: Another standard Rust `Cargo.toml` file, a [virtual manifest](https://doc.rust-lang.org/cargo/reference/workspaces.html#virtual-workspace) is also included in `my-chat-app/` root. Also within the package directory is a `pkg/` directory. -The `pkg/` dirctory contains two files: +The `pkg/` directory contains two files: - `manifest.json` — required: specifes information Hyperware needs to run the package, and - `scripts.json` — optional: specifies details needed to run [scripts](../cookbook/writing_scripts.html).