Skip to content

Commit 057a88c

Browse files
committed
Fix typo
1 parent 6fbd084 commit 057a88c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/3. Active Table.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,4 +128,4 @@ $table->addOrderBy('name');
128128
```
129129

130130
### Explain
131-
You can get the execution plan for the current **\PHPFUI\ORM\Table** query with the **getExplainRows** method. The results of this are dependant on the underlying database and can change.
131+
You can get the execution plan for the current **\PHPFUI\ORM\Table** query with the **getExplainRows** method. The results of this are dependent on the underlying database and can change.

0 commit comments

Comments
 (0)