1
0
Fork 0

fix(docs): more consistent tense

This commit is contained in:
ssube 2019-09-18 06:08:42 -05:00
parent e6688b7f97
commit 139da5167d
Signed by: ssube
GPG Key ID: 3EED7B957D362AF1
1 changed files with 6 additions and 6 deletions

View File

@ -37,11 +37,11 @@ This project contains the base configuration and build scripts for most of my Ty
- publish docker images from branches & tags - publish docker images from branches & tags
- publish npm packages from tags - publish npm packages from tags
- bundled with `rollup` - bundled with `rollup`
- type checking with `typescript` - type checked with `typescript`
- style checking with `tslint` (and plugins) - style checked with `tslint` (and plugins)
- tested with `mocha` (with source map supports and helpers for async leak tracking) - tested with `mocha` (with source map support and helpers for async leak tracking)
- code coverage with `nyc` - code coverage measured with `nyc`
- changelog with `standard-release` - changelog generated with `standard-release`
### Intentionally Omitted Features ### Intentionally Omitted Features
@ -73,7 +73,7 @@ Once your project is set up:
- commit - commit
- `make git-push` - `make git-push`
The `git-push` target pushed to Github first, to avoid conflicts with changes from bots and other contributors. The `git-push` target pushes to Github first, to avoid conflicts with changes from bots and other contributors.
### To Release ### To Release