Skip to content

Commit ffaa8be

Browse files
committed
typo
1 parent 7cbc97a commit ffaa8be

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/Unit/Types/ObjectSchemaTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@
113113
}
114114
})->throws(SchemaException::class);
115115

116-
it('can set set the property title separately from the property key', function (): void {
116+
it('can set the property title separately from the property key', function (): void {
117117
$objectSchema = Schema::object()
118118
->properties(
119119
Schema::string('foo')->title('Foo'),

0 commit comments

Comments
 (0)