diff --git a/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/XmlFrameworkExtensionTest.php b/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/XmlFrameworkExtensionTest.php index ca2eb72554..ebc37d93be 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/XmlFrameworkExtensionTest.php +++ b/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/XmlFrameworkExtensionTest.php @@ -30,6 +30,6 @@ class XmlFrameworkExtensionTest extends FrameworkExtensionTest public function testMessengerMiddlewareFactoryErroneousFormat() { - $this->markTestSkipped('XML configuration will not allow eeroneous format.'); + $this->markTestSkipped('XML configuration will not allow erroneous format.'); } } diff --git a/src/Symfony/Component/HttpClient/README.md b/src/Symfony/Component/HttpClient/README.md index 55a0c78ebd..913296523a 100644 --- a/src/Symfony/Component/HttpClient/README.md +++ b/src/Symfony/Component/HttpClient/README.md @@ -3,9 +3,10 @@ HttpClient component The HttpClient component provides powerful methods to fetch HTTP resources synchronously or asynchronously. -**This Component is experimental**. [Experimental -features](https://symfony.com/doc/current/contributing/code/experimental.html) -are not covered by Symfony's BC-break policy. +**This Component is experimental**. +[Experimental features](https://symfony.com/doc/current/contributing/code/experimental.html) +are not covered by Symfony's +[Backward Compatibility Promise](https://symfony.com/doc/current/contributing/code/bc.html). Resources --------- diff --git a/src/Symfony/Component/Messenger/README.md b/src/Symfony/Component/Messenger/README.md index 3f6c828e5f..245224f5c9 100644 --- a/src/Symfony/Component/Messenger/README.md +++ b/src/Symfony/Component/Messenger/README.md @@ -4,9 +4,10 @@ Messenger Component The Messenger component helps application send and receive messages to/from other applications or via message queues. -**This Component is experimental**. [Experimental -features](https://symfony.com/doc/current/contributing/code/experimental.html) -are not covered by Symfony's BC-break policy. +**This Component is experimental**. +[Experimental features](https://symfony.com/doc/current/contributing/code/experimental.html) +are not covered by Symfony's +[Backward Compatibility Promise](https://symfony.com/doc/current/contributing/code/bc.html). Resources --------- diff --git a/src/Symfony/Component/Mime/README.md b/src/Symfony/Component/Mime/README.md index 1433dc8141..32882461e2 100644 --- a/src/Symfony/Component/Mime/README.md +++ b/src/Symfony/Component/Mime/README.md @@ -3,9 +3,10 @@ MIME Component The MIME component allows manipulating MIME messages. -**This Component is experimental**. [Experimental -features](https://symfony.com/doc/current/contributing/code/experimental.html) -are not covered by Symfony's BC-break policy. +**This Component is experimental**. +[Experimental features](https://symfony.com/doc/current/contributing/code/experimental.html) +are not covered by Symfony's +[Backward Compatibility Promise](https://symfony.com/doc/current/contributing/code/bc.html). Resources ---------