Skip to content

Commit 2c53d7f

Browse files
committed
chore: fix typos
1 parent 6e75d56 commit 2c53d7f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/storage/src/providers/s3/utils/client/utils/deserializeHelpers.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -153,9 +153,9 @@ export const createStringEnumDeserializer = <T extends readonly string[]>(
153153
};
154154

155155
/**
156-
* Deserializes a string if a string tag type. The function simply cast the parsed string into a given string tag type.
157-
* It does NOT validate whether the string value against the string tag. This behavior is the same to AWS SDK parsing
158-
* logic of string tag types.
156+
* Deserializes a string to a string tag type. The function simply casts the parsed string into a given string tag type.
157+
* It does NOT validate the string value against the string tag. This behavior is the same to AWS SDK parsing logic of
158+
* string tag types.
159159
*
160160
* If you need to verify the string value, you must use {@link createStringEnumDeserializer} instead.
161161
*

0 commit comments

Comments
 (0)