diff options
author | David Rodríguez <deivid.rodriguez@riseup.net> | 2019-03-28 16:46:13 +0100 |
---|---|---|
committer | David Rodríguez <deivid.rodriguez@riseup.net> | 2019-07-10 23:23:17 +0200 |
commit | 8b9fbbb2df6f84ccc9f6558effe56ea59268ecc5 (patch) | |
tree | 49f3fe87b8a9e3a727a2eaf919a342a266718abe /doc/development | |
parent | ef38c97fbf66563043b17eba09f78dffa415c094 (diff) | |
download | bundler-improve_quality_specs.tar.gz |
Check for straneous quotesimprove_quality_specs
And use single quotes consistenly.
Diffstat (limited to 'doc/development')
-rw-r--r-- | doc/development/NEW_FEATURES.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/development/NEW_FEATURES.md b/doc/development/NEW_FEATURES.md index 9688ef8a42..d9ce212dbb 100644 --- a/doc/development/NEW_FEATURES.md +++ b/doc/development/NEW_FEATURES.md @@ -7,4 +7,4 @@ If you would like to add a new feature to Bundler, please follow these steps: 3. Commit the code and at least one test covering your changes to a feature branch in your fork. 4. Send us a [pull request](PULL_REQUESTS.md) from your feature branch. -If you don't hear back immediately, don’t get discouraged! We all have day jobs, but we respond to most tickets within a day or two. +If you don't hear back immediately, don't get discouraged! We all have day jobs, but we respond to most tickets within a day or two. |