docs: Typos in Actions documentation (#10199)

*safe* is a typo. I also made the sentence a bit more objective.
This commit is contained in:
Hidde Wieringa
2025-08-06 11:34:21 +02:00
committed by GitHub
parent 5747109f14
commit b6ebabb962

View File

@@ -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
```
</details>
</details>