X Tutup
Skip to content

Commit d396674

Browse files
committed
Fix a typo in the docs
1 parent 548a91f commit d396674

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/project-layout.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ and talk through which code gets run in order.
7575
This task might be tricky. Typically, gh commands do things like look up information from the git repository
7676
in the current directory, query the GitHub API, scan the user's `~/.ssh/config` file, clone or fetch git
7777
repositories, etc. Naturally, none of these things should ever happen for real when running tests, unless
78-
you are sure that any filesystem operations are stricly scoped to a location made for and maintained by the
78+
you are sure that any filesystem operations are strictly scoped to a location made for and maintained by the
7979
test itself. To avoid actually running things like making real API requests or shelling out to `git`
8080
commands, we stub them. You should look at how that's done within some existing tests.
8181

0 commit comments

Comments
 (0)
X Tutup