Skip to content

Commit e404c19

Browse files
authored
minor fixes for cspell (open-telemetry#3628)
1 parent ae227f6 commit e404c19

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

data/registry/instrumentation-java-pekkoactor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# cspell:ignore pekko
1+
# cSpell:ignore pekko
22
title: Apache Pekko Actor Instrumentation
33
registryType: instrumentation
44
isThirdParty: false

data/registry/instrumentation-java-pekkohttp.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# cspell:ignore pekko
1+
# cSpell:ignore pekko
22
title: Apache Pekko HTTP
33
registryType: instrumentation
44
isThirdParty: false

layouts/shortcodes/docs/instrumentation/exporters-intro.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- cspell:ignore isset cond -->
1+
<!-- cSpell:ignore isset cond -->
22

33
{{ $lang := .Get 0 -}} {{ $data := index $.Site.Data.instrumentation $lang }}
44
{{ $name := cond (isset $.Site.Data.instrumentation $lang) (printf "OpenTelemetry %s" $data.name) "the language specific implementations" -}}

templates/registry-entry.yml

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# cSpell:ignore # add words unknown to cspell, remove this line if not required
12
title: My OpenTelemetry Integration # the name of your project
23
registryType: <exporter/core/instrumentation> # the type of integration; is this an exporter, plugin, API package, or something else?
34
isThirdParty: <false/true> # this is only true if the project is not maintained by the OpenTelemetry project

0 commit comments

Comments
 (0)