From b7bf36443b50f2b3c2bd27f0f530079d3a940f22 Mon Sep 17 00:00:00 2001 From: Jade Ellis Date: Wed, 31 Dec 2025 19:03:22 +0000 Subject: [PATCH] docs: Fix typo --- .typos.toml | 1 + CHANGELOG.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.typos.toml b/.typos.toml index 6ddb802e..e0232a8f 100644 --- a/.typos.toml +++ b/.typos.toml @@ -24,3 +24,4 @@ extend-ignore-re = [ "continuwuity" = "continuwuity" "continuwity" = "continuwuity" "execuse" = "execuse" +"oltp" = "OTLP" diff --git a/CHANGELOG.md b/CHANGELOG.md index 36fe4ca5..f0b1b78c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ ## Features -- Enabled the OLTP exporter in default builds, and allow configuring the exporter protocol. (@Jade). (#1251) +- Enabled the OTLP exporter in default builds, and allow configuring the exporter protocol. (@Jade). (#1251) ## Bug Fixes