Skip to content

Commit 235c1ec

Browse files
authored
Merge pull request #959 from ExpressionEngine/7.dev
push type fix live
2 parents e45ca21 + a5f4cce commit 235c1ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/development/legacy/database/active-record.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -494,7 +494,7 @@ The second parameter lets you set a result offset:
494494

495495
ee()->db->limit(10, 20); // Produces: LIMIT 20, 10 (in MySQL. Other databases have slightly different syntax)
496496

497-
### `ffset($offset)`
497+
### `offset($offset)`
498498

499499
| Parameter | Type | Description |
500500
| --------- | --------------------- | ---------------------------- |

0 commit comments

Comments
 (0)