Merge pull request #45 from szepeviktor/typos

Fix typos
This commit is contained in:
Dex
2025-05-29 08:18:05 -07:00
committed by GitHub
9 changed files with 11 additions and 11 deletions

View File

@@ -12,7 +12,7 @@ targets:
- folders: "./build/by-section" # creates a separate working folder for each section
sections:
- name: setup
title: "Copy inital files"
title: "Copy initial files"
steps:
- file: {src: ./walkthrough/00-package.json, dest: package.json}
- file: {src: ./walkthrough/00-package-lock.json, dest: package-lock.json}

View File

@@ -31,7 +31,7 @@ targets:
- folders: "./build/by-section" # creates a separate working folder for each section
sections:
- name: setup
title: "Copy inital files"
title: "Copy initial files"
steps:
- file: {src: ./walkthrough/00-package.json, dest: package.json}
- file: {src: ./walkthrough/00-package-lock.json, dest: package-lock.json}
@@ -67,7 +67,7 @@ npm i -g wtg
wtg build
```
based on your targets, thi would create the following files
based on your targets, this would create the following files
```
├── walkthrough
@@ -106,7 +106,7 @@ and your walkthrough.md file will look like:
this is a walkthrough for setting up a typescript cli
## Copy inital files
## Copy initial files
cp walkthrough/00-package.json package.json
cp walkthrough/00-package-lock.json package-lock.json

View File

@@ -243,7 +243,7 @@ describe("CLI generate from example", () => {
// Content checks
const markdownContent = fs.readFileSync(expectedMarkdownPath, 'utf8').replace(/\r\n/g, '\n');
expect(markdownContent).toContain("# setting up a typescript cli");
expect(markdownContent).toContain("## Copy inital files");
expect(markdownContent).toContain("## Copy initial files");
expect(markdownContent).toContain("cp ./walkthrough/00-package.json package.json");
});
});

View File

@@ -1987,7 +1987,7 @@ you should get another email with an updated attempt based on your feedback!
You can go ahead and approve this one:
![appove-email](https://github.com/humanlayer/12-factor-agents/blob/main/workshops/2025-05/walkthrough/11-email-approve.png?raw=true)
![approve-email](https://github.com/humanlayer/12-factor-agents/blob/main/workshops/2025-05/walkthrough/11-email-approve.png?raw=true)
and your final output will look like

View File

@@ -592,7 +592,7 @@ sections:
You can go ahead and approve this one:
![appove-email](https://github.com/humanlayer/12-factor-agents/blob/main/workshops/2025-05/walkthrough/11-email-approve.png?raw=true)
![approve-email](https://github.com/humanlayer/12-factor-agents/blob/main/workshops/2025-05/walkthrough/11-email-approve.png?raw=true)
results:
- text: and your final output will look like
code: |

View File

@@ -149,7 +149,7 @@ you should get another email with an updated attempt based on your feedback!
You can go ahead and approve this one:
![appove-email](https://github.com/humanlayer/12-factor-agents/blob/main/workshops/2025-05/walkthrough/11-email-approve.png?raw=true)
![approve-email](https://github.com/humanlayer/12-factor-agents/blob/main/workshops/2025-05/walkthrough/11-email-approve.png?raw=true)
and your final output will look like

View File

@@ -629,7 +629,7 @@ you should get another email with an updated attempt based on your feedback!
You can go ahead and approve this one:
![appove-email](https://github.com/humanlayer/12-factor-agents/blob/main/workshops/2025-05/walkthrough/11-email-approve.png?raw=true)
![approve-email](https://github.com/humanlayer/12-factor-agents/blob/main/workshops/2025-05/walkthrough/11-email-approve.png?raw=true)
and your final output will look like

View File

@@ -1908,7 +1908,7 @@ you should get another email with an updated attempt based on your feedback!
You can go ahead and approve this one:
![appove-email](https://github.com/humanlayer/12-factor-agents/blob/main/workshops/2025-05/walkthrough/11-email-approve.png?raw=true)
![approve-email](https://github.com/humanlayer/12-factor-agents/blob/main/workshops/2025-05/walkthrough/11-email-approve.png?raw=true)
and your final output will look like

View File

@@ -578,7 +578,7 @@ sections:
You can go ahead and approve this one:
![appove-email](https://github.com/humanlayer/12-factor-agents/blob/main/workshops/2025-05/walkthrough/11-email-approve.png?raw=true)
![approve-email](https://github.com/humanlayer/12-factor-agents/blob/main/workshops/2025-05/walkthrough/11-email-approve.png?raw=true)
results:
- text: and your final output will look like
code: |