Skip to content

Commit 68b1a17

Browse files
authored
fix: Remove typo for S3 bucket doc comment / description (#710)
1 parent 21f98e8 commit 68b1a17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commons/s3.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ impl InlinedS3BucketSpec {
9595
}
9696

9797
/// An S3 bucket definition, it can either be a reference to an explicit S3Bucket object,
98-
/// or it can be an inline defintion of a bucket. Read the
98+
/// or it can be an inline definition of a bucket. Read the
9999
/// [S3 resources concept documentation](DOCS_BASE_URL_PLACEHOLDER/concepts/s3)
100100
/// to learn more.
101101
#[derive(Clone, Debug, Deserialize, Eq, JsonSchema, PartialEq, Serialize)]

0 commit comments

Comments
 (0)