Issue #3138792 by sja112, dww: Fix "compatibility" relevant typos in core

merge-requests/2419/head
xjm 2020-05-28 21:19:26 -05:00
parent 9be077ff51
commit 0cdcc80265
2 changed files with 2 additions and 2 deletions

View File

@ -115,7 +115,7 @@
* The name of the cookie.
* @param {string|Object|Function|undefined} value
* A js-cookie converter callback when used as a getter. This callback must
* be a function when using this shim for backwards-compatiblity with
* be a function when using this shim for backwards-compatibility with
* jquery.cookie. When used as a setter, value is the string or JSON object
* to be used as the cookie value.
* @param {Object|undefined} options

View File

@ -5,7 +5,7 @@ namespace Drupal\Tests\rdf\Traits;
use Drupal\Core\Url;
/**
* Override \EasyRdf_ParsedUri for PHP 7.4 compatibilty.
* Override \EasyRdf_ParsedUri for PHP 7.4 compatibility.
*
* @todo https://www.drupal.org/project/drupal/issues/3110972 Remove this work
* around.