1
0
mirror of synced 2024-06-08 21:57:56 +02:00

Fixed typo in structure.md

This commit is contained in:
christoff-linde 2020-11-13 08:09:21 +00:00
parent 1348229e6e
commit 38c10cfd37

View File

@ -2,7 +2,7 @@
The following information is biased. But in a good way, I think. I'm going to tell you how to structure the directories in your project. This is based on convention, but will help you: The following information is biased. But in a good way, I think. I'm going to tell you how to structure the directories in your project. This is based on convention, but will help you:
* Easily read other projects following the same patters, * Easily read other projects following the same patterns,
* Avoid a pattern that causes conflicts, * Avoid a pattern that causes conflicts,
* Keep from muddling and complicating your build. * Keep from muddling and complicating your build.