From a312137665a5f65e0ea26e6241bf34a44ece16c6 Mon Sep 17 00:00:00 2001 From: Branwin DuBose Date: Tue, 11 Nov 2025 11:13:45 -0600 Subject: [PATCH] Fixes #4563 Changes spelling of "Analyse the data" in the table of contents for the tutorials to match surrounding American spellings of "Analyze" --- tutorials/page-index/page-index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/page-index/page-index.js b/tutorials/page-index/page-index.js index 4360d04319..8d56829ab8 100644 --- a/tutorials/page-index/page-index.js +++ b/tutorials/page-index/page-index.js @@ -60,7 +60,7 @@ module.exports = [ "Set up a dataset so you can analyze the Bitcoin blockchain", }, { - title: "Analyse the data", + title: "Analyze the data", href: "analyze-blockchain-query", excerpt: "Analyze the Bitcoin blockchain dataset with TimescaleDB hyperfunctions", },