Skip to content

Commit 59f53e2

Browse files
prontclaude
andauthored
chore(external docs): fix typos in rustdoc comments (#24923)
docs: fix typos in rustdoc comments (overidden → overridden, publically → publicly) Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent da85874 commit 59f53e2

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

src/sinks/datadog/logs/config.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ pub struct DatadogLogsConfig {
6969

7070
/// When enabled this sink will normalize events to conform to the Datadog Agent standard. This
7171
/// also sends requests to the logs backend with the `DD-PROTOCOL: agent-json` header. This bool
72-
/// will be overidden as `true` if this header has already been set in the request.headers
72+
/// will be overridden as `true` if this header has already been set in the request.headers
7373
/// configuration setting.
7474
#[serde(default)]
7575
pub conforms_as_agent: bool,

src/sinks/gcs_common/config.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ pub enum GcsPredefinedAcl {
6868
#[derivative(Default)]
6969
ProjectPrivate,
7070

71-
/// Bucket/object can be read publically.
71+
/// Bucket/object can be read publicly.
7272
///
7373
/// The bucket/object owner is granted the `OWNER` permission, and all other users, whether
7474
/// authenticated or anonymous, are granted the `READER` permission.

website/cue/reference/components/sinks/generated/datadog_logs.cue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ generated: components: sinks: datadog_logs: configuration: {
100100
description: """
101101
When enabled this sink will normalize events to conform to the Datadog Agent standard. This
102102
also sends requests to the logs backend with the `DD-PROTOCOL: agent-json` header. This bool
103-
will be overidden as `true` if this header has already been set in the request.headers
103+
will be overridden as `true` if this header has already been set in the request.headers
104104
configuration setting.
105105
"""
106106
required: false

website/cue/reference/components/sinks/generated/gcp_cloud_storage.cue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ generated: components: sinks: gcp_cloud_storage: configuration: {
7575
This is the default.
7676
"""
7777
"public-read": """
78-
Bucket/object can be read publically.
78+
Bucket/object can be read publicly.
7979
8080
The bucket/object owner is granted the `OWNER` permission, and all other users, whether
8181
authenticated or anonymous, are granted the `READER` permission.

0 commit comments

Comments
 (0)