Skip to content

Commit 162e6f5

Browse files
authored
[CI/textlint] Enforce "backend" as one word (open-telemetry#3883)
1 parent 5aaeb81 commit 162e6f5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.textlintrc.yml

+1
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ rules:
113113
# https://github.com/sapegin/textlint-rule-terminology/blob/ca36a645c56d21f27cb9d902b5fb9584030c59e3/index.js#L137-L142.
114114
#
115115
- ['3rd[- ]party', third-party]
116+
- ['back end(s)?', 'backend$1']
116117
- [cpp, C++]
117118
- # dotnet|.net -> .NET, but NOT for strings like:
118119
# - File extension: file.net

content/en/docs/concepts/signals/metrics.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Providers.
3737

3838
Metric Exporters send metric data to a consumer. This consumer can be standard
3939
output for debugging during development, the OpenTelemetry Collector, or any
40-
open source or vendor back end of your choice.
40+
open source or vendor backend of your choice.
4141

4242
## Metric Instruments
4343

0 commit comments

Comments
 (0)