Skip to content

Commit

Permalink
Fix capitalization
Browse files Browse the repository at this point in the history
  • Loading branch information
Yun-Kim committed Nov 16, 2022
1 parent 62fd3c5 commit 8984a64
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/contributing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ Once finished, the release note should be committed with the rest of the changes
* Prelude: Not required for every change. Required for major changes such as a new component or new feature which would benefit the user by providing additional context or theme. For example::

prelude: >
dynamic instrumentation: Dynamic instrumentation allows instrumenting a running service dynamically
dynamic instrumentation: Dynamic Instrumentation allows instrumenting a running service dynamically
to extract runtime information that could be useful for, e.g., debugging
purposes, or to add extra metrics without having to make code changes and
re-deploy the service. See https://ddtrace.readthedocs.io/en/1.6.0/configuration.html
Expand Down Expand Up @@ -187,8 +187,8 @@ To ensure consistency in component naming, the convention in referring to compon

* Tracer: ``tracing``
* Profiler: ``profiling``
* Application security monitoring: ``ASM``
* Dynamic instrumentation: ``dynamic instrumentation``
* Application Security Monitoring: ``ASM``
* Dynamic Instrumentation: ``dynamic instrumentation``
* CI Visibility: ``CI visibility``
* Integrations: ``integration_name``

Expand Down

0 comments on commit 8984a64

Please sign in to comment.