Skip to content

Commit fb5a5ab

Browse files
authored
change alert to warning
1 parent 3b057ed commit fb5a5ab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content/en/docs/howto8/general/dev-best-practices.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ Adding validation checks is vital for ensuring that input data conforms to the e
341341

342342
When building microflows, it is important to account for the potential occurrence of unexpected values. These could be empty values, or values outside the expected range or format. It is also important to ensure that read-only attributes only contain expected values.
343343

344-
{{% alert color="info" %}}
344+
{{% alert color="warning" %}}
345345
We strongly recommend adding validation checks to all microflows inputs, including read-only attributes.
346346

347347
We also recommend avoiding storing intermediary values in attributes (such as, *TotalPrice*). Instead, calculate these values when needed to ensure you have the correct values.

0 commit comments

Comments
 (0)