Skip to content

Commit a5f4cce

Browse files
authored
Merge pull request #958 from ExpressionEngine/fix/ffset-to-offset
Quick typo fix
2 parents 3a6a517 + acd3eb3 commit a5f4cce

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)