Skip to content

Commit 8a9ae92

Browse files
committed
Update descriptions
1 parent 36c48da commit 8a9ae92

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tools/make/lib/init/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ limitations under the License.
2626

2727
<section class="intro">
2828

29-
This directory contains [`make`][make] rules for initializing the project developer environment (e.g., add [Git][git] hooks, installing custom ESLint plugins, etc).
29+
This directory contains [`make`][make] rules for initializing the project development environment (e.g., add [Git][git] hooks, installing custom ESLint plugins, etc).
3030

3131
</section>
3232

@@ -46,7 +46,7 @@ Usage: make <command> [<ENV_VAR>=<value> <ENV_VAR>=<value> ...]
4646

4747
#### init
4848

49-
> This command should **always** be invoked in order to ensure the project development is properly initialized. Failure to do so will result in the failure of various development aids, including linting, task runners, and more.
49+
> This command should **always** be invoked in order to ensure the project development environment is properly initialized. Failure to do so will result in the failure of various development aids, including linting, task runners, and more.
5050
5151
Performs development initialization tasks.
5252

0 commit comments

Comments
 (0)