From f67aae68eb2024d00a3762d5992b72e0ea3f6442 Mon Sep 17 00:00:00 2001 From: Zoe Braiterman Date: Mon, 12 Aug 2024 00:11:38 -0400 Subject: [PATCH 1/2] Update README.mdx --- docs/validators/README.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/validators/README.mdx b/docs/validators/README.mdx index 8a34cd6fb8..d3bec8db70 100644 --- a/docs/validators/README.mdx +++ b/docs/validators/README.mdx @@ -38,7 +38,7 @@ The basic flow, which you can navigate through using the "Admin Guide" on the le ### Other Information -- Stellar Core uses a robust [command line](./admin-guide/commands.mdx) tool to control and operate a node. We've gathered information on some of the most-used commands, and linked to further, more comprehensive cli documentation. +- Stellar Core uses a robust [command line](./admin-guide/commands.mdx) tool to control and operate a node. We've gathered information on some of the most-used commands, and linked to further, more comprehensive CLI documentation. - We've collected some miscellaneous helpful and [advanced](./admin-guide/advanced.mdx) information that could be useful as you understand and implement your core node. ## Types of validator nodes {#types-of-nodes} From 6fce3f2978b3183cbcda890cb9fdb995cbfcf2d5 Mon Sep 17 00:00:00 2001 From: Zoe Braiterman Date: Tue, 22 Oct 2024 13:49:26 -0400 Subject: [PATCH 2/2] Minor grammar fix in the Order Books README file. --- .../horizon/api-reference/aggregations/order-books/README.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/data/horizon/api-reference/aggregations/order-books/README.mdx b/docs/data/horizon/api-reference/aggregations/order-books/README.mdx index 51d4cba6e0..0cd3ea18a2 100644 --- a/docs/data/horizon/api-reference/aggregations/order-books/README.mdx +++ b/docs/data/horizon/api-reference/aggregations/order-books/README.mdx @@ -5,7 +5,7 @@ sidebar_position: 10 import { EndpointsTable } from "@site/src/components/EndpointsTable"; -An order book is a collections of offers for a specific pair of assets. +An order book is a collection of offers for a specific pair of assets. Learn more about [order books](../../../../../learn/glossary.mdx#decentralized-exchange).