Skip to content

Commit

Permalink
Bad grammer
Browse files Browse the repository at this point in the history
  • Loading branch information
abraham committed Oct 11, 2017
1 parent 09c2b56 commit 3df5e57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DEVELOPER.md
Expand Up @@ -40,7 +40,7 @@ Push the branch to your GitHub fork and create a [pull request](https://github.c
📁 Files
----

* `src` - TypeScript files that make up the logic of the CLI. This is where most of the work get's done.
* `dist` - Compiled version of the code that actually get's shipped and run. This is automatically generated by Webpack and should not be manually changed.
* `src` - TypeScript files that make up the logic of the CLI. This is where most of the work gets done.
* `dist` - Compiled version of the code that actually gets shipped and run. This is automatically generated by Webpack and should not be manually changed.
* `bin` - The executable stubs that NPM registers on the installed machine and loads the working code from `dist`.
* `element-template` - This is a directory of template files that get compiled and output as the product of running `nutmeg new hello-world`. These are what should get changed to effect the generated Web Components.

0 comments on commit 3df5e57

Please sign in to comment.