Skip to content

Commit decba04

Browse files
authored
[CI/textlint] Enforce "bug fix" as two words (open-telemetry#3884)
1 parent 162e6f5 commit decba04

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.textlintrc.yml

+1
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ rules:
114114
#
115115
- ['3rd[- ]party', third-party]
116116
- ['back end(s)?', 'backend$1']
117+
- ['bugfix', 'bug fix']
117118
- [cpp, C++]
118119
- # dotnet|.net -> .NET, but NOT for strings like:
119120
# - File extension: file.net

content/en/blog/2023/otel-in-focus-06.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ operator.
7070
0.79.0 of the Operator includes enhancements such as Prometheus metric exporter
7171
support for Node.js auto-instrumentation and the ability to inject the service
7272
version into the environment of the instrumented application. There is also a
73-
bugfix regarding the OpenTelemetry Collector version not displaying properly in
73+
bug fix regarding the OpenTelemetry Collector version not displaying properly in
7474
the status field.
7575

7676
0.78.0 includes enhancements such as updating various packages, support for

0 commit comments

Comments
 (0)