Skip to content

Commit 5be7064

Browse files
austinlparkerchalin
authored andcommitted
fix: use page-local cspell dictionary for blog post
Move spelling exceptions from global dictionary to page-local to avoid affecting other files.
1 parent 000bf2f commit 5be7064

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.cspell/en-words.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ comms
3333
currencyservice
3434
daemonset
3535
datadog
36-
deprioritize
3736
discoverability
3837
dotnet
3938
Dyla
@@ -52,7 +51,6 @@ gitpod
5251
grafana
5352
Hausenblas
5453
hugo
55-
incentivized
5654
initializers
5755
instana
5856
istio
@@ -116,7 +114,6 @@ quarkus
116114
quoteservice
117115
react-native-app
118116
recommendationservice
119-
rollouts
120117
redis
121118
Rexed
122119
runbook

content/en/blog/2025/stability-proposal-announcement.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Evolving OpenTelemetrys Stabilization and Release Practices
2+
title: Evolving OpenTelemetry's Stabilization and Release Practices
33
linkTitle: Stability Proposal Announcement # Mandatory, make sure that your short title.
44
date: 2025-10-23 # Put the current date, we will keep the date updated until your PR is merged
55
author:
@@ -8,6 +8,7 @@ author:
88
# canonical_url: http://somewhere.else/ # TODO: if this blog post has been posted somewhere else already, uncomment & provide the canonical URL here.
99
issue: the issue ID for this blog post # TODO: See https://opentelemetry.io/docs/contributing/blog/ for details
1010
sig: Governance Committee # TODO: add the name of the SIG that sponsors this blog post
11+
cSpell:ignore: deprioritize incentivized rollouts
1112
---
1213

1314
## Summary

0 commit comments

Comments
 (0)