From 005d3009a0977bea353a360024743cec6dc4bec0 Mon Sep 17 00:00:00 2001 From: Thomas Jeffrey Date: Mon, 29 Jun 2026 18:08:50 +0100 Subject: [PATCH 1/3] Fix spelling mistake in platform index --- src/pages/docs/platform/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/docs/platform/index.mdx b/src/pages/docs/platform/index.mdx index 98396a78b6..f56c910a2e 100644 --- a/src/pages/docs/platform/index.mdx +++ b/src/pages/docs/platform/index.mdx @@ -83,7 +83,7 @@ Use Ably's products and SDKs to build realtime applications for your clients. Th Ably's core [Pub/Sub](/docs/basics) product provides flexible APIs that are feature-rich and powerful. These flexible APIs are the building blocks for crafting any type of realtime experience for your customers. -Ably's other products are built on top of Pub/Sub. They utilize the same platform with the some guarantees and benefits. These products can be considered abstractions, with APIs designed to simplify and build applications more quickly for the most popular use cases. +Ably's other products are built on top of Pub/Sub. They utilize the same platform with the same guarantees and benefits. These products can be considered abstractions, with APIs designed to simplify and build applications more quickly for the most popular use cases. ### Ably Chat From 5131998812a4da096af9f135e52811bf95464834 Mon Sep 17 00:00:00 2001 From: Thomas Jeffrey Date: Tue, 30 Jun 2026 08:58:54 +0100 Subject: [PATCH 2/3] Fix second typo in platform index --- src/pages/docs/platform/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/docs/platform/index.mdx b/src/pages/docs/platform/index.mdx index f56c910a2e..e5833b86dd 100644 --- a/src/pages/docs/platform/index.mdx +++ b/src/pages/docs/platform/index.mdx @@ -95,7 +95,7 @@ Chat is effective for use cases such as sports and gaming live streams, 1:1 agen ### Ably Spaces -Use the Ably [Spaces](/docs/spaces) SDKs to build multiplayer collaborative components in your applications. It provides a set of purpose-built APIs to manage the participate state of users collaborating synchronously in an application, such as their the position of their cursors, or which elements they are interacting with. +Use the Ably [Spaces](/docs/spaces) SDKs to build multiplayer collaborative components in your applications. It provides a set of purpose-built APIs to manage the participate state of users collaborating synchronously in an application, such as the position of their cursors, or which elements they are interacting with. Spaces is an abstraction built over Ably Pub/Sub. It utilizes Ably's platform to benefit from all of the same performance guarantees and scaling potential. From 1454843d3ee43b52c945a120d77ba850b93e1224 Mon Sep 17 00:00:00 2001 From: Thomas Jeffrey Date: Tue, 30 Jun 2026 11:15:12 +0100 Subject: [PATCH 3/3] Fix typo in edge-network: endpoints -> endpoint --- src/pages/docs/platform/architecture/edge-network.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/docs/platform/architecture/edge-network.mdx b/src/pages/docs/platform/architecture/edge-network.mdx index d4a3a4d237..b2488f2ac7 100644 --- a/src/pages/docs/platform/architecture/edge-network.mdx +++ b/src/pages/docs/platform/architecture/edge-network.mdx @@ -31,7 +31,7 @@ Behind CloudFront, each Ably region employs AWS Network Load Balancers to distri ### DNS organization and latency-based routing -Ably uses DNS-based latency routing to direct clients to the nearest available datacenter. The primary endpoints for client connections and HTTP requests is `main.realtime.ably.net`. +Ably uses DNS-based latency routing to direct clients to the nearest available datacenter. The primary endpoint for client connections and HTTP requests is `main.realtime.ably.net`. When a client performs a DNS lookup for this endpoint, the DNS service resolves to the closest datacenter, among those that are currently enabled, to the client's location. This latency-based routing ensures that clients connect to the datacenter with the lowest network latency, maximizing the responsiveness of the service.