From b6ebabb9622decd54e4173f6ea14d9f70757e812 Mon Sep 17 00:00:00 2001 From: Hidde Wieringa Date: Wed, 6 Aug 2025 11:34:21 +0200 Subject: [PATCH] docs: Typos in Actions documentation (#10199) *safe* is a typo. I also made the sentence a bit more objective. --- docs/docs/apis/actions/code-examples.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/apis/actions/code-examples.mdx b/docs/docs/apis/actions/code-examples.mdx index ffcd0d828e..a43ccc214e 100644 --- a/docs/docs/apis/actions/code-examples.mdx +++ b/docs/docs/apis/actions/code-examples.mdx @@ -184,7 +184,7 @@ https://github.com/zitadel/actions/blob/main/examples/add_metadata.js ## Use provided fields of identity providers -If you want to ensure that the data of a user are always update you can automatically update user fields during authentication and safe time of your customers and your team. 🤯 +If you want to ensure that the data of a user are always up-to-date, you can automatically update user fields during authentication and save time of your customers and your team. ### Trigger @@ -344,4 +344,4 @@ Allows you to limit the user interaction. The error thrown will be shown to the ```js reference https://github.com/zitadel/actions/blob/main/examples/throw_error.js ``` - \ No newline at end of file +