Skip to content

Commit 72ad6a6

Browse files
committed
Fix typo
1 parent 7b98340 commit 72ad6a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/snippets/js/s/complex-object-factories.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -484,7 +484,7 @@ Notice how all of our posts have unique identifiers and titles, as they use the
484484
485485
We've come a long way in this series. We've built **models**, **queries**, **scopes**, **serialization**, and now **factories**. This latest system allows us to easily create complex objects for our tests, and we've even added sequences to generate unique values for our objects. Oh, and customization is a breeze, too!
486486
487-
There are a few bits and pieces that I've implemented or have left out in previous implementation, as well as some problems you may face in the real world using such a setup. Stay tuned for future installments, where I'll cover thee topics in more detail!
487+
There are a few bits and pieces that I've implemented or have left out in previous implementation, as well as some problems you may face in the real world using such a setup. Stay tuned for future installments, where I'll cover these topics in more detail!
488488
489489
---
490490

0 commit comments

Comments
 (0)