Skip to content

Commit

Permalink
website: Try function documentation "provably" vs "probably" typo
Browse files Browse the repository at this point in the history
This paragraph is trying to say that try only works for dynamic errors and
not for errors that are _not_ based on dynamic decision-making in
expressions.

I'm not sure if this typo was always here or if it was mistakenly "corrected"
at some point, but either way the word "probably" changes the meaning
of this sentence entirely, making it seem like Terraform is hedging
the likelihood of a problem rather than checking exactly for one.
  • Loading branch information
apparentlymart committed Dec 22, 2021
1 parent 296acdd commit e35c25d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/language/functions/try.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ fallback
```

The `try` function will _not_ catch errors relating to constructs that are
probably invalid even before dynamic expression evaluation, such as a malformed
provably invalid even before dynamic expression evaluation, such as a malformed
reference or a reference to a top-level object that has not been declared:

```
Expand Down

0 comments on commit e35c25d

Please sign in to comment.