Minor typo fixes

Signed-off-by: Stanislav Bogatyrev <stanislav@nspcc.ru>
This commit is contained in:
Stanislav Bogatyrev 2020-12-30 12:32:29 +03:00 committed by Alex Vanin
parent 0f740d51d9
commit aa55079b69
4 changed files with 7 additions and 7 deletions

View file

@ -2,7 +2,7 @@
## [1.22.0] - 2020-12-30 - Yeouido (여의도, 汝矣島) ## [1.22.0] - 2020-12-30 - Yeouido (여의도, 汝矣島)
Support changes from NeoFS API Yeouido. Support changes from NeoFS API v2.2.0 "Yeouido" release.
### Added ### Added

View file

@ -109,7 +109,7 @@ Signed-off-by: Samii Sakisaka <samii@nspcc.ru>
This can easily be done with the `--signoff` option to `git commit`. 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 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 Developer Certificate of Origin

View file

@ -20,7 +20,7 @@ dep:
GO111MODULE=on \ GO111MODULE=on \
go test -i ./... && echo OK go test -i ./... && echo OK
# Run all code formaters # Run all code formatters
fmts: fmt imports fmts: fmt imports
# Reformat code # Reformat code
@ -53,7 +53,7 @@ protoc:
# Run Unit Test with go test # Run Unit Test with go test
test: test:
@echo "⇒ Runnning go test" @echo "⇒ Running go test"
@GO111MODULE=on go test ./... @GO111MODULE=on go test ./...
# Run linters # Run linters

View file

@ -32,8 +32,8 @@ versions and SDK layer working with all of them in a handy way.
Feel free to contribute to this project after reading the [contributing Feel free to contribute to this project after reading the [contributing
guidelines](CONTRIBUTING.md). guidelines](CONTRIBUTING.md).
Before starting to work on a certain topic, create an new issue first, Before starting to work on a certain topic, create a new issue first, describing
describing the feature/topic you are going to implement. the feature/topic you are going to implement.
## License ## License