Skip to content

Commit 7734303

Browse files
committed
Merge pull request #370 from mohitmamoria/patch-1
Fixed a typo
2 parents a126460 + 4fe2c40 commit 7734303

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ You may also use the create method to save a new model in a single line:
372372

373373
**Updating a model**
374374

375-
o update a model, you may retrieve it, change an attribute, and use the save method.
375+
To update a model, you may retrieve it, change an attribute, and use the save method.
376376

377377
$user = User::first();
378378
$user->email = '[email protected]';

0 commit comments

Comments
 (0)