Skip to content

Commit f8e1ca7

Browse files
committed
docs: remove "fzaninotto's"
1 parent d72a893 commit f8e1ca7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

user_guide_src/source/testing/fabricator.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Generating Test Data
33
####################
44

55
Often you will need sample data for your application to run its tests. The ``Fabricator`` class
6-
uses fzaninotto's `Faker <https://github.com/FakerPHP/Faker>`_ to turn models into generators
6+
uses `Faker <https://github.com/FakerPHP/Faker>`_ to turn models into generators
77
of random data. Use fabricators in your seeds or test cases to stage fake data for your unit tests.
88

99
.. contents::

0 commit comments

Comments
 (0)