forked from TrueCloudLab/frostfs-api-go
Minor typo fixes
Signed-off-by: Stanislav Bogatyrev <stanislav@nspcc.ru>
This commit is contained in:
parent
0f740d51d9
commit
aa55079b69
4 changed files with 7 additions and 7 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
## [1.22.0] - 2020-12-30 - Yeouido (여의도, 汝矣島)
|
||||
|
||||
Support changes from NeoFS API Yeouido.
|
||||
Support changes from NeoFS API v2.2.0 "Yeouido" release.
|
||||
|
||||
### Added
|
||||
|
||||
|
|
|
@ -25,7 +25,7 @@ Start by forking the `neofs-api-go` repository, make changes in a branch and the
|
|||
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-api-go/fork) source
|
||||
repository to your own personal repository. Copy the URL of your fork (you will
|
||||
need it for the `git clone` command below).
|
||||
|
@ -109,7 +109,7 @@ Signed-off-by: Samii Sakisaka <samii@nspcc.ru>
|
|||
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
|
||||
|
|
4
Makefile
4
Makefile
|
@ -20,7 +20,7 @@ dep:
|
|||
GO111MODULE=on \
|
||||
go test -i ./... && echo OK
|
||||
|
||||
# Run all code formaters
|
||||
# Run all code formatters
|
||||
fmts: fmt imports
|
||||
|
||||
# Reformat code
|
||||
|
@ -53,7 +53,7 @@ protoc:
|
|||
|
||||
# Run Unit Test with go test
|
||||
test:
|
||||
@echo "⇒ Runnning go test"
|
||||
@echo "⇒ Running go test"
|
||||
@GO111MODULE=on go test ./...
|
||||
|
||||
# Run linters
|
||||
|
|
|
@ -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
|
||||
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.
|
||||
|
||||
## License
|
||||
|
||||
|
|
Loading…
Reference in a new issue