File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments