Skip to content

Commit c174bc3

Browse files
alamiraultsoyuka
authored andcommitted
docs: typo on "Test your API" guide (#6351)
1 parent 4b7ddd0 commit c174bc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guides/test-your-api.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public function testGetCollection(): void
3838
// We provide assertions based on your resource's JSON Schema to save time asserting that the data
3939
// matches an expected format, for example here with a collection.
4040
$this->assertMatchesResourceCollectionJsonSchema(Book::class);
41-
// PHPUnit default assertios are also available.
41+
// PHPUnit default assertions are also available.
4242
$this->assertCount(0, $response->toArray()['hydra:member']);
4343
}
4444
}

0 commit comments

Comments
 (0)