From 7d4bf216ab59258a1d26dfd6c240978b00027c87 Mon Sep 17 00:00:00 2001 From: Katerina Date: Thu, 19 Dec 2024 02:20:59 +0200 Subject: [PATCH] Fix typo in documentation (#204814) Fix typo introduced in https://github.com/elastic/kibana/pull/204179#pullrequestreview-2512105404 --- .../tutorials/performance/adding_custom_performance_metrics.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev_docs/tutorials/performance/adding_custom_performance_metrics.mdx b/dev_docs/tutorials/performance/adding_custom_performance_metrics.mdx index 41570826ad2bd..7ebd918f4a331 100644 --- a/dev_docs/tutorials/performance/adding_custom_performance_metrics.mdx +++ b/dev_docs/tutorials/performance/adding_custom_performance_metrics.mdx @@ -298,7 +298,7 @@ This event will be indexed with the following structure: The meta field supports telemetry on time ranges, providing calculated metrics for enhanced context. This includes: -- **Query range in ceconds:** +- **Query range in seconds:** - Calculated as the time difference in seconds between `rangeFrom` and `rangeTo`.