diff --git a/docs/components/best-practices/modeling/choosing-the-resource-binding-type.md b/docs/components/best-practices/modeling/choosing-the-resource-binding-type.md index 00060b2145..f263474207 100644 --- a/docs/components/best-practices/modeling/choosing-the-resource-binding-type.md +++ b/docs/components/best-practices/modeling/choosing-the-resource-binding-type.md @@ -77,7 +77,7 @@ Camunda 8 supports the following binding types:
  • Using the versionTag binding option ensures that the right version of the target resource is always used, regardless of future deployments, by pinning the dependency to a specific version.

  • The option is ideal for managing external or shared dependencies.

  • -

    Heads-Up:

    +

    Caution: