Skip to content

Commit 7994010

Browse files
docs(parameters): fix typo in transform auto instruction (#7017)
Co-authored-by: Leandro Damascena <[email protected]>
1 parent 6968aba commit 7994010

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/utilities/parameters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,7 @@ For example, if you have three parameters, */param/a*, */param/b* and */param/c*
401401

402402
If you use `transform` with `get_multiple()`, you might want to retrieve and transform parameters encoded in different formats.
403403

404-
You can do this with a single request by using `transform="auto"`. This will instruct any Parameter to to infer its type based on the suffix and transform it accordingly.
404+
You can do this with a single request by using `transform="auto"`. This will instruct any Parameter to infer its type based on the suffix and transform it accordingly.
405405

406406
???+ info
407407
`transform="auto"` feature is available across all providers, including the high level functions.

0 commit comments

Comments
 (0)