From a64ca1912961d365e7e5a3854c405f874499caa7 Mon Sep 17 00:00:00 2001 From: Matthew Wesley Date: Thu, 7 Mar 2024 10:12:06 -0800 Subject: [PATCH] Correct typo in feature overview links `s/dransaction/transaction/` Signed-off-by: Matthew Wesley --- content/docs/5.1/concepts/explore-tikv-features/overview.md | 2 +- content/docs/6.1/concepts/explore-tikv-features/overview.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/content/docs/5.1/concepts/explore-tikv-features/overview.md b/content/docs/5.1/concepts/explore-tikv-features/overview.md index d3f2a13a..09e1bb4c 100644 --- a/content/docs/5.1/concepts/explore-tikv-features/overview.md +++ b/content/docs/5.1/concepts/explore-tikv-features/overview.md @@ -15,4 +15,4 @@ TiKV offers the following key features: | [High fault tolerance and auto-recovery](../fault-tolerance) | TiKV applies the Raft consensus algorithm to replicate data to multiple nodes, thus achieving high fault tolerance. | | [TTL (Time to Live) on RawKV](../ttl) | RawKV supports TTL to automatically clear expired Key-Value pairs. | | [CAS (Compare And Swap) on RawKV](../cas) | RawKV supports the compare-and-swap operation to achieve synchronization in multi-threading. | -| [Distributed Transaction](../distributed-dransaction) | Similar to [Google Spanner](https://ai.google/research/pubs/pub39966), TiKV supports externally consistent distributed transactions. | +| [Distributed Transaction](../distributed-transaction) | Similar to [Google Spanner](https://ai.google/research/pubs/pub39966), TiKV supports externally consistent distributed transactions. | diff --git a/content/docs/6.1/concepts/explore-tikv-features/overview.md b/content/docs/6.1/concepts/explore-tikv-features/overview.md index db6d97c5..50e9e88f 100644 --- a/content/docs/6.1/concepts/explore-tikv-features/overview.md +++ b/content/docs/6.1/concepts/explore-tikv-features/overview.md @@ -16,4 +16,4 @@ TiKV offers the following key features: | [High fault tolerance and auto-recovery](../fault-tolerance) | TiKV applies the Raft consensus algorithm to replicate data to multiple nodes, thus achieving high fault tolerance. | | [TTL (Time to Live) on RawKV](../ttl) | RawKV supports TTL to automatically clear expired Key-Value pairs. | | [CAS (Compare-And-Swap) on RawKV](../cas) | RawKV supports the compare-and-swap operation to achieve synchronization in multi-threading. | -| [Distributed Transaction](../distributed-dransaction) | Similar to [Google Spanner](https://ai.google/research/pubs/pub39966), TiKV supports externally consistent distributed transactions. | +| [Distributed Transaction](../distributed-transaction) | Similar to [Google Spanner](https://ai.google/research/pubs/pub39966), TiKV supports externally consistent distributed transactions. |