Skip to content

Commit c959068

Browse files
committed
spelling: cannot
Signed-off-by: Josh Soref <[email protected]>
1 parent b3279bd commit c959068

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

content/en/docs/concepts/resources/index.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ backend, resource attributes are grouped under the **Process** tab:
1313
![A screenshot from Jaeger showing an example output of resource attributes associated to a trace](screenshot-jaeger-resources.png)
1414

1515
A resource is added to the `TraceProvider` or `MetricProvider` when they are
16-
created during initialization. This association can not be changed later. After
17-
a resource is added, all spans and metrics produced from a `Tracer` or `Meter`
16+
created during initialization. This association cannot be changed later. After a
17+
resource is added, all spans and metrics produced from a `Tracer` or `Meter`
1818
from the provider will have the resource associated with them.
1919

2020
## Semantic Attributes with SDK-provided Default Value

content/en/docs/contributing/blog.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ with the following details:
5555
review that PR. That sponsor should ideally be from a different company.
5656

5757
Maintainers of SIG Communication will verify, that your blog post satisfies all
58-
the requirements for being accepted. If you can not name a SIG/sponsor in your
58+
the requirements for being accepted. If you cannot name a SIG/sponsor in your
5959
initial issue details, they will also point you to an appropriate SIG, you can
6060
reach out to for sponsorship. Having a sponsor is optional, but having one
6161
increases the chance of having your blog post reviewed and approved more

content/en/docs/demo/services/payment.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ cSpell:ignore: nanos
66
---
77

88
This service is responsible to process credit card payments for orders. It will
9-
return an error if the credit card is invalid or the payment can not be
9+
return an error if the credit card is invalid or the payment cannot be
1010
processed.
1111

1212
[Payment service source](https://github.com/open-telemetry/opentelemetry-demo/blob/main/src/payment/)

data/registry-schema.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"title": {
1010
"type": "string",
1111
"description": "The title of the entry",
12-
"errorMessage": "The title of the entry must be a string and can not be empty",
12+
"errorMessage": "The title of the entry must be a string and cannot be empty",
1313
"minLength": 1
1414
},
1515
"registryType": {
@@ -64,7 +64,7 @@
6464
"description": {
6565
"type": "string",
6666
"description": "A description of the entry",
67-
"errorMessage": "The description of the entry must be a string and can not be empty"
67+
"errorMessage": "The description of the entry must be a string and cannot be empty"
6868
},
6969
"license": {
7070
"type": "string",
@@ -94,7 +94,7 @@
9494
"oneOf": [
9595
{
9696
"pattern": "OpenTelemetry Authors",
97-
"errorMessage": "The name of the author can not contain 'OpenTelemetry' except for 'OpenTelemetry Authors'"
97+
"errorMessage": "The name of the author cannot contain 'OpenTelemetry' except for 'OpenTelemetry Authors'"
9898
},
9999
{
100100
"pattern": "^(?!.*OpenTelemetry).*$"
@@ -213,7 +213,7 @@
213213
"reason": {
214214
"type": "string",
215215
"description": "The reason for deprecation",
216-
"errorMessage": "The reason for deprecation must be a string and can not be empty"
216+
"errorMessage": "The reason for deprecation must be a string and cannot be empty"
217217
}
218218
},
219219
"required": ["reason"],

0 commit comments

Comments
 (0)