Skip to content

Commit acd3eb3

Browse files
authored
Update active-record.md
Quick typo fix
1 parent 3a6a517 commit acd3eb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
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)