diff --git a/content/v2.0/reference/flux/stdlib/built-in/transformations/join.md b/content/v2.0/reference/flux/stdlib/built-in/transformations/join.md index 677fe845d..883c7185e 100644 --- a/content/v2.0/reference/flux/stdlib/built-in/transformations/join.md +++ b/content/v2.0/reference/flux/stdlib/built-in/transformations/join.md @@ -67,10 +67,10 @@ _**Data type:** String_ ###### Possible Values: - `inner` -- `cross` + {{% note %}} The `on` parameter and the `cross` method are mutually exclusive.