Merge pull request #54 from techmexdev/patch-1

Fix minor typos
This commit is contained in:
Vahid Panjganj 2017-07-11 16:32:36 +01:00 committed by GitHub
commit 6c44b294c7

View File

@ -325,7 +325,7 @@ Before using a package, check its GitHub. Look for the number of open issues, da
* Place your build output in a `./build` folder. Add `build/` to `.gitignore`.
_why:_
>Name it what you like, `dist` is also cool. But make sure that keep it consistent with your team. Whet gets in there is most likely generated (bundled, compiled, transpiled) or moved there. What you can generate, your teammates should be able to generate too, so there is no point commiting them into your remote repository. Unless you specifically want to.
>Name it what you like, `dist` is also cool. But make sure that keep it consistent with your team. What gets in there is most likely generated (bundled, compiled, transpiled) or moved there. What you can generate, your teammates should be able to generate too, so there is no point commiting them into your remote repository. Unless you specifically want to.
* Use `PascalCase' 'camelCase` for filenames and directory names. Use `PascalCase` only for Components.