Skip to content

Commit 8eadb3e

Browse files
committed
Fix spelling
1 parent 4ef5531 commit 8eadb3e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -420,7 +420,7 @@ Please read #2825 if you have issues with the behavior of Readable/Writable Link
420420
* Persist data in Doctrine DataPersister only if needed
421421
* Fix identifiers handling in GraphQL mutations
422422
* Fix client-side ID creation or update when using GraphQL mutations
423-
* Fix an error that was occuring when the Expression Language component wasn't installed
423+
* Fix an error that was occurring when the Expression Language component wasn't installed
424424
* Update the `ChainSubresourceDataProvider` class to take into account `RestrictedDataProviderInterface`
425425
426426
## 2.2.4

features/main/subresource.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Feature: Subresource support
2424
}
2525
"""
2626

27-
Scenario: Get a non existant subresource
27+
Scenario: Get a non existent subresource
2828
Given there is an answer "42" to the question "What's the answer to the Ultimate Question of Life, the Universe and Everything?"
2929
When I send a "GET" request to "/questions/999999/answer"
3030
Then the response status code should be 404

src/Bridge/Symfony/Bundle/Test/ApiTestAssertionsTrait.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ public static function assertJsonContains($subset, bool $checkForObjectIdentity
5959
/**
6060
* Asserts that the retrieved JSON is equal to $json.
6161
*
62-
* Both values are canonicalized before the comparision.
62+
* Both values are canonicalized before the comparison.
6363
*
6464
* @param array|string $json
6565
*/

0 commit comments

Comments
 (0)