docs(serializers.json): Fix typo (#16245)

This commit is contained in:
Baker X 2024-12-04 01:10:36 +08:00 committed by GitHub
parent d062a5df84
commit f26decbea6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@ reference the documentation for the specific plugin.
## Transformations
Transformations using the [JSONata standard](https://jsonata.org/) can be specified with
the `json_tansformation` parameter. The input to the transformation is the serialized
the `json_transformation` parameter. The input to the transformation is the serialized
metric in the standard-form above.
**Note**: There is a difference in batch and non-batch serialization mode!