Skip to content

Commit d9fbe55

Browse files
committed
minor typo
1 parent ad19547 commit d9fbe55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

powerapps-docs/maker/canvas-apps/functions/function-iferror.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ IfError(
4545

4646
If the first patch encounters a problem, the first **Notify** runs, no further processing occurs, and the second patch doesn't run. If the first patch succeeds, the second patch runs and, if it encounters a problem, the second **Notify** runs.
4747

48-
If the formula doesn't find any errors and you've specified the optional *DefaultResult* argument, the formula returns the value of that you specified for that argument. If the formula doesn't find any errors and you haven't specified that argument, the formula returns the last *Value* argument evaluated.
48+
If the formula doesn't find any errors and you've specified the optional *DefaultResult* argument, the formula returns the value that you specified for that argument. If the formula doesn't find any errors and you haven't specified that argument, the formula returns the last *Value* argument evaluated.
4949

5050
## Syntax
5151

0 commit comments

Comments
 (0)