Skip to content

Commit 23b153a

Browse files
authored
[chore] Spelling: preexisting..system (#6020)
Signed-off-by: Josh Soref <[email protected]>
1 parent 479dd30 commit 23b153a

File tree

9 files changed

+11
-12
lines changed

9 files changed

+11
-12
lines changed

.github/workflows/scripts/check-i18n-helper.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ echo "For localization docs, see https://opentelemetry.io/docs/contributing/loca
55
CHANGES=`git status --porcelain`
66

77
if [[ -z $CHANGES ]]; then
8-
echo "All localization pages have the requisit commit hash. <3"
8+
echo "All localization pages have the requisite commit hash. <3"
99
exit;
1010
fi
1111

content/en/blog/2022/announcing-opentelemetry-demo-release/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ announce
1414
With this demo, you’ll be able to quickly run a complete end-to-end distributed
1515
system instrumented with 100% OpenTelemetry Traces and Metrics.
1616

17-
![The system architecture of the demo application represented as directed acyclic graph in Jaeger UI](sytem-architecture.png)
17+
![The system architecture of the demo application represented as directed acyclic graph in Jaeger UI](system-architecture.png)
1818

1919
One of our primary goals of this project has been to create a robust sample
2020
application for developers to use in learning OpenTelemetry, and we’re proud to

content/en/blog/2022/demo-announcement/index.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ author: '[Carter Socha](https://github.com/cartersocha)'
77

88
## TL;DR
99

10-
The OpenTelemetry community has taken a good pre-existing demo (thanks,
10+
The OpenTelemetry community has taken a good preexisting demo (thanks,
1111
[Google](https://github.com/GoogleCloudPlatform/microservices-demo)!) and is in
1212
the process of making it even better. Every GA SDK (besides Swift) will be
1313
represented, demo support will be extended to Metrics and Logs, and canonical
@@ -66,8 +66,8 @@ backend choice, and they’re overly reliant on instrumentation libraries.
6666
As a starting point, we have selected a fork of the popular GCP microservices
6767
demo. Our first feature additions have been to simplify local deployment by
6868
consolidating the project onto a single docker compose file, updating the
69-
documentation, and replacing a pre-existing service with a Ruby example.
70-
Otherwise the pre-existing feature set from the GCP demo remains the same:
69+
documentation, and replacing a preexisting service with a Ruby example.
70+
Otherwise the preexisting feature set from the GCP demo remains the same:
7171

7272
- 10 application microservice with support for 6 languages (C#, Go, Java,
7373
Node.js, Python, and Ruby)

content/en/blog/2023/lambda-release.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ had a
2121
and they've been available on AWS for years.
2222

2323
You're totally correct. Rest assured, we're not reinventing the wheel. However,
24-
there are some pre-existing problems that may impact users:
24+
there are some preexisting problems that may impact users:
2525

2626
- The OTel Lambda layers were only released as part of the
2727
[AWS Distribution for OTel (ADOT)](https://aws-otel.github.io/), and the

content/en/blog/2024/otel-collector-container-log-parser/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ combine them into one at first place:
8181

8282
```text
8383
2024-04-06T00:17:10.113242941Z stdout P This is a very very long line th
84-
2024-04-06T00:17:10.113242941Z stdout P at is really really long and spa
84+
2024-04-06T00:17:10.113242941Z stdout P at is really, really, long and spa
8585
2024-04-06T00:17:10.113242941Z stdout F ns across multiple log entries
8686
```
8787

content/en/docs/collector/troubleshooting.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -344,8 +344,8 @@ The Collector might exit or restart due to:
344344
- Memory pressure from a missing or misconfigured
345345
[`memory_limiter` processor](https://github.com/open-telemetry/opentelemetry-collector/blob/main/processor/memorylimiterprocessor/README.md).
346346
- Improper sizing for load.
347-
- Improper configuration. For example, a queue size configured higher than
348-
available memory.
347+
- Improper configuration. For example, a queue sized to be larger than available
348+
memory.
349349
- Infrastructure resource limits. For example, Kubernetes.
350350

351351
#### Collector fails to start in Windows Docker containers

content/en/docs/zero-code/java/spring-boot-starter/annotations.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
title: Annotations
33
weight: 50
4-
cSpell:ignore: proxys
54
---
65

76
<!-- markdownlint-disable blanks-around-fences -->
@@ -50,7 +49,7 @@ public class TracedClass {
5049
<!-- prettier-ignore-end -->
5150

5251
{{% alert title="Note" color="info" %}} The OpenTelemetry annotations use Spring
53-
AOP based on proxys.
52+
AOP based on proxies.
5453

5554
These annotations work only for the methods of the proxy. You can learn more in
5655
the

templates/registry-entry.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ tags:
77
urls:
88
repo: https://github.com/your-organization/your-repo # (mandatory) projects don't have to be hosted on GitHub, but this should link to the git or other source control repository for your project
99
docs: https://your-organization/your-instructions # (optional) path to a documentation for the specific project.
10-
license: Apache 2.0 # or whatever your OSS license is (see https://opensource.org/licenses/), properietary or non-OSI approved may be rejected
10+
license: Apache 2.0 # or whatever your OSS license is (see https://opensource.org/licenses/), proprietary or non-OSI approved may be rejected
1111
description: A friendly description of your integration/plugin
1212
authors:
1313
- name: First author name

0 commit comments

Comments
 (0)