Skip to content

Commit d966a51

Browse files
committed
Fixing more typos
1 parent 5047a6d commit d966a51

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/2. Active Record.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ $customer->read($value);
6363
- **empty**()
6464
- Returns true if all current values are the defaults
6565
- **loaded**()
66-
- Returns true if actually read from the database, rather than being created programitically.
66+
- Returns true if actually read from the database, rather than being created programmatically.
6767
- **reload**()
6868
- Gets the most recent version from the database and overwrites existing data.
6969
- **setEmpty**()

docs/3. Active Table.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ While an **Active Record** represents a single row in the database table, an **A
33

44
**Active Tables** are easy to manipulate in code and free you from constructing SQL statements with plain text.
55

6-
The following things can be set programatically:
6+
The following things can be set programmatically:
77
- Join
88
- Select
99
- Where

0 commit comments

Comments
 (0)