From f26decbea668d995e956d5c960ba5f76c68c48ae Mon Sep 17 00:00:00 2001 From: Baker X <40594937+Benxiaohai001@users.noreply.github.com> Date: Wed, 4 Dec 2024 01:10:36 +0800 Subject: [PATCH] docs(serializers.json): Fix typo (#16245) --- plugins/serializers/json/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/serializers/json/README.md b/plugins/serializers/json/README.md index 78b9ee63a..edf50ee8b 100644 --- a/plugins/serializers/json/README.md +++ b/plugins/serializers/json/README.md @@ -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!