mirror of https://github.com/ceph/go-ceph
docs: api-update typo
This commit fixes a typo in development docs: s/udpate/update/g Signed-off-by: Robert Vasek <robert.vasek@cern.ch>
This commit is contained in:
parent
7d881032a6
commit
20da1c607d
|
@ -174,7 +174,7 @@ In order to better track the status of our deprecated and preview APIs we have
|
||||||
an [API Status document](./api-status.md). This document is generated from a
|
an [API Status document](./api-status.md). This document is generated from a
|
||||||
JSON file in our `docs/` directory. When a new API is being added, one or more
|
JSON file in our `docs/` directory. When a new API is being added, one or more
|
||||||
additional patches need to be provided to update the API status doc and JSON
|
additional patches need to be provided to update the API status doc and JSON
|
||||||
file. If you have no unusual requirements, you can run `make api-udpate` and
|
file. If you have no unusual requirements, you can run `make api-update` and
|
||||||
commit the changes that have been made to the `docs/` directory.
|
commit the changes that have been made to the `docs/` directory.
|
||||||
|
|
||||||
This command will automatically update the `api-status.*` files, indicating
|
This command will automatically update the `api-status.*` files, indicating
|
||||||
|
|
Loading…
Reference in New Issue