Update website/docs/language/expressions/custom-conditions.mdx

Co-authored-by: Martin Atkins <mart@degeneration.co.uk>
This commit is contained in:
Laura Pacilio 2022-04-07 10:13:41 -04:00 committed by GitHub
parent 6b986c94bc
commit 4ab955eeab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -163,7 +163,7 @@ output "api_base_url" {
}
```
### Choosing Between Preconditions and PostConditions
### Choosing Between Preconditions and Postconditions
You can often implement a validation check as either a postcondition of the resource producing the data or as a precondition of a resource or output value using the data. To decide which is most appropriate, consider whether the check is representing either an assumption or a guarantee.