Skip to content

Commit 034d4ec

Browse files
cluster2600claude
andcommitted
Fix typos and grammar in README files
- Fix possessive form in "libraries' surface" - Correct "This tools" to "This tool's" - Change "trial out" to "try out" - Fix "light weight" to "lightweight" - Add missing comma before "we understand" - Add missing article "the" before "bin/vmlinux directory" 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent 14239b0 commit 034d4ec

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Applications built using the package will run on macOS 15 or later, but the foll
4242

4343
## Example Usage
4444

45-
For examples of how to use some of the libraries surface, the cctl executable is a good start. This tools primary job is as a playground to trial out the API. It contains commands that exercise some of the core functionality of the various products, such as:
45+
For examples of how to use some of the libraries' surface, the cctl executable is a good start. This tool's primary job is as a playground to try out the API. It contains commands that exercise some of the core functionality of the various products, such as:
4646

4747
1. [Manipulating OCI images](./Sources/cctl/ImageCommand.swift)
4848
2. [Logging in to container registries](./Sources/cctl/LoginCommand.swift)
@@ -56,9 +56,9 @@ Containerization provides an optimized kernel configuration located in the [kern
5656

5757
This directory includes a containerized build environment to easily compile a kernel for use with Containerization.
5858

59-
The kernel configuration is a minimal set of features to support fast start times and a light weight environment.
59+
The kernel configuration is a minimal set of features to support fast start times and a lightweight environment.
6060

61-
While this configuration will work for the majority of workloads we understand that some will need extra features.
61+
While this configuration will work for the majority of workloads, we understand that some will need extra features.
6262
To solve this Containerization provides first class APIs to use different kernel configurations and versions on a per container basis.
6363
This enables containers to be developed and validated across different kernel versions.
6464

kernel/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ This directory includes an optimized kernel configuration to produce a fast and
1111
## Building
1212

1313
1. Build the `Containerization` project by running `make` in the root of the repository.
14-
2. Place a kernel you want to use in `bin/vmlinux` directory of the repository.
14+
2. Place a kernel you want to use in the `bin/vmlinux` directory of the repository.
1515

1616
a. This kernel will be used to launch the build container.
1717

0 commit comments

Comments
 (0)