diff --git a/content/references/rippled-api/api-conventions/request-formatting.md b/content/references/rippled-api/api-conventions/request-formatting.md index 13eeea690c..96116bc5a1 100644 --- a/content/references/rippled-api/api-conventions/request-formatting.md +++ b/content/references/rippled-api/api-conventions/request-formatting.md @@ -97,7 +97,7 @@ The commandline always uses the latest [API version](#api-versioning). The `rippled` server uses a single integer to identify the API version to use. The first API version is `1`; currently, this is the only version of the `rippled` API. (There is no API version 0.) [New in: rippled 1.5.0][] -Future versions of `rippled` that introduce breaking changes will introduce a new API version number, such as `2`. The server will support a range of API versions, which it reports in the `version` API method. +Future versions of `rippled` that introduce breaking changes will introduce a new API version number, such as `2`. The server will support a range of API versions, which it reports in the `version` API method. ### Breaking Changes