Skip to content

Commit 1948ee5

Browse files
authored
Update quickstart.md
typo
1 parent f568cb7 commit 1948ee5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/getting-started/quickstart.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,7 @@ class AuthorData extends Data
431431
}
432432
```
433433

434-
Notice that we've typed the `$posts` property as an array of `PostData` objects using a docblock. This will be very useful later on! The package always needs to know what type of data objects are stored in an array. Off course, when you're storing other types then data objects this is not required but recommended.
434+
Notice that we've typed the `$posts` property as an array of `PostData` objects using a docblock. This will be very useful later on! The package always needs to know what type of data objects are stored in an array. Of course, when you're storing other types then data objects this is not required but recommended.
435435

436436
We can now create an author object as such:
437437

0 commit comments

Comments
 (0)