diff --git a/src/Faker/NullGenerator.php b/src/Faker/NullGenerator.php index ddc16484..e537166d 100644 --- a/src/Faker/NullGenerator.php +++ b/src/Faker/NullGenerator.php @@ -3,7 +3,7 @@ namespace Faker; /** - * This generator returns NULL for all called propertis. It works with + * This generator returns NULL for all called properties. It works with * Faker\Generator\Base->optional() */ class NullGenerator