File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
website/cue/reference/components/sinks/generated Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff 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 ,
Original file line number Diff line number Diff 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.
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments