From 27711d64f0268cf241a0412a142216da8bef351b Mon Sep 17 00:00:00 2001 From: Stanislav Bogatyrev Date: Wed, 30 Dec 2020 13:07:48 +0300 Subject: [PATCH] Minor typo fixes Signed-off-by: Stanislav Bogatyrev --- CHANGELOG.md | 8 ++++---- CONTRIBUTING.md | 4 ++-- Makefile | 2 +- README.md | 4 ++-- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1343f8065..7780cf4d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ # Changelog Changelog for NeoFS Node -## [0.14.0] - 2020-12-30 Yeouido (여의도, 汝矣島) +## [0.14.0] - 2020-12-30 - Yeouido (여의도, 汝矣島) Preview4 compatible NeoFS nodes with data audit. @@ -52,7 +52,7 @@ Fixes based on Modo release testing results. ## [0.13.0] - 2020-12-15 - Modo (모도, 茅島) -Implementation of a local object storage engine. +Implementation of a local object storage engine. Adaptation of the object service work scheme for the engine. ### Changed @@ -85,7 +85,7 @@ Bugfixes and small performance improvements. ### Added -- More debug logs in object service. +- More debug logs in object service. - Dial timeouts in object service config (`NEOFS_OBJECT_PUT_DIAL_TIMEOUT=5s`) ### Changed @@ -137,4 +137,4 @@ First public review release. [0.13.0]: https://github.com/nspcc-dev/neofs-node/compare/v0.12.1...v0.13.0 [0.12.1]: https://github.com/nspcc-dev/neofs-node/compare/v0.12.0...v0.12.1 [0.12.0]: https://github.com/nspcc-dev/neofs-node/compare/v0.11.0...v0.12.0 -[0.11.0]: https://github.com/nspcc-dev/neofs-node/compare/v0.10.0...v0.11.0 \ No newline at end of file +[0.11.0]: https://github.com/nspcc-dev/neofs-node/compare/v0.10.0...v0.11.0 diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a74d7d5a9..a805501b6 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -27,7 +27,7 @@ Start by forking the `neofs-node` repository, make changes in a branch and then send a pull request. We encourage pull requests to discuss code changes. Here are the steps in details: -### Setup your GitHub Repository +### Set up your GitHub Repository Fork [NeoFS node upstream](https://github.com/nspcc-dev/neofs-node/fork) source repository to your own personal repository. Copy the URL of your fork (you will need it for the `git clone` command below). @@ -112,7 +112,7 @@ Signed-off-by: Samii Sakisaka This can easily be done with the `--signoff` option to `git commit`. By doing this you state that you can certify the following (from [The Developer -Certificate of Origin](https://developercertificate.org/): +Certificate of Origin](https://developercertificate.org/)): ``` Developer Certificate of Origin diff --git a/Makefile b/Makefile index 358f5f324..6fff585c6 100644 --- a/Makefile +++ b/Makefile @@ -99,7 +99,7 @@ imports: # Run Unit Test with go test test: test_dep - @echo "⇒ Runnning go test" + @echo "⇒ Running go test" @GO111MODULE=on go test ./... # Run linters diff --git a/README.md b/README.md index 52e8d84a3..318c04900 100644 --- a/README.md +++ b/README.md @@ -42,8 +42,8 @@ developers to easily integrate applications without rewriting their code. Feel free to contribute to this project after reading the [contributing guidelines](CONTRIBUTING.md). -Before starting to work on a certain topic, create an new issue first, -describing the feature/topic you are going to implement. +Before starting to work on a certain topic, create a new issue first, describing +the feature/topic you are going to implement. # Credits