From 3df5e5739fbd90744c0e5d32ebc86b895593e3d8 Mon Sep 17 00:00:00 2001 From: Abraham Williams <4braham@gmail.com> Date: Wed, 11 Oct 2017 13:28:24 -0500 Subject: [PATCH] Bad grammer --- DEVELOPER.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DEVELOPER.md b/DEVELOPER.md index 82e69ac5..40fab39d 100644 --- a/DEVELOPER.md +++ b/DEVELOPER.md @@ -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.