Skip to content

Commit fdd1101

Browse files
committed
Fix typo
1 parent 2c390cc commit fdd1101

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Calculates values and performs actions for all the [records](../working-with-tab
2020

2121
## Description
2222

23-
The **ForAll** function evaluates a formula for all the records if a table. The formula can calculate a value and/or perform actions, such as modifying data or working with a connection. Use the [**With** function](function-with.md) to evaluate the formula for a single record.
23+
The **ForAll** function evaluates a formula for all the records in a table. The formula can calculate a value and/or perform actions, such as modifying data or working with a connection. Use the [**With** function](function-with.md) to evaluate the formula for a single record.
2424

2525
Use the [**Sequence** function](function-sequence.md) with the **ForAll** function to iterate based on a count.
2626

0 commit comments

Comments
 (0)