Skip to content

Commit 887524c

Browse files
authored
Fix typo in vendoring.md (#3458)
1 parent 4e183e6 commit 887524c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

www/content/essays/vendoring.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ It turns out there are quite a few:
4949
* Your entire project is checked in to your source repository, so no external systems beyond your source control need
5050
to be involved when building it
5151
* Vendoring dramatically improves dependency *visibility*: you can _see_ all the code your project depends on, so you
52-
won't have a situation like we have in htmx, where we feel like we only have a few development dependencies, whe in
52+
won't have a situation like we have in htmx, where we feel like we only have a few development dependencies, when in
5353
fact we may have a lot
5454
* This also means if you have a good debugger, you can step into the library code as easily as any other code. You
5555
can also read it, learn from it and even modify it if necessary.

0 commit comments

Comments
 (0)