diff --git a/core/tests/Drupal/Tests/Core/Template/TwigExtensionTest.php b/core/tests/Drupal/Tests/Core/Template/TwigExtensionTest.php index 10438c1..38373aa 100644 --- a/core/tests/Drupal/Tests/Core/Template/TwigExtensionTest.php +++ b/core/tests/Drupal/Tests/Core/Template/TwigExtensionTest.php @@ -320,7 +320,7 @@ public function testCreateAttribute() { $expected = '
'; $this->assertEquals($expected, $result); - // Test default creation of empty attribute object and using it's method. + // Test default creation of empty attribute object and using its method. $result = $twig->render(""); $expected = '
'; $this->assertEquals($expected, $result);