Skip to content

Commit b614173

Browse files
Vale fixes
1 parent 2d92f69 commit b614173

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/getting-started/2_Blueprint_File_Breakdown.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ The following directories and files are specific for this repository, and may re
5858

5959
- `.github/`: This directory has the code used to manage our repository and pipelines including CI/CD checks. You may find some useful for your own repository, especially if you are using GitHub to manage your code.
6060
- `.vscode/`: This directory houses the default recommended configuration and settings for VSCode, if you use it as an IDE.
61-
- `docs/`: This directory houses the documentation for this repo (including documents like this one).
62-
- `scripts/`: This directory houses the scripts used by this repo, primarily as part of the CI/CD checks.
61+
- `docs/`: This directory houses the documentation for this repository (including documents like this one).
62+
- `scripts/`: This directory houses the scripts used by this repository, primarily as part of the CI/CD checks.
6363
- `tests_utils/`: This directory houses the unit tests for the utilities provided by this repository. You may want to copy these over if you want to ensure utilities are behaving as expected.
6464
- `.editorconfig`, `.gitattributes`, `.gitignore`, `.gitleaks.toml`, `.gitleaksignore`: These files are configuration for git, and quality and security checks provided via the CI/CD checks.

0 commit comments

Comments
 (0)