Skip to content

Commit

Permalink
Update quickstart.md
Browse files Browse the repository at this point in the history
typo
  • Loading branch information
winterpk authored Aug 6, 2024
1 parent f568cb7 commit 1948ee5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/getting-started/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,7 @@ class AuthorData extends Data
}
```

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.
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.

We can now create an author object as such:

Expand Down

0 comments on commit 1948ee5

Please sign in to comment.