Issue #2622306 by JKerschner: Typos in comments

8.1.x
Nathaniel Catchpole 2015-11-25 22:13:22 +00:00
parent 5e3847dbc3
commit 702137d97a
3 changed files with 5 additions and 5 deletions

View File

@ -122,9 +122,9 @@
break;
case 'activating':
// When transformation filters have been been applied to the formatted
// text of this field, then we'll need to load a re-formatted version
// of it without the transformation filters.
// When transformation filters have been applied to the formatted text
// of this field, then we'll need to load a re-formatted version of it
// without the transformation filters.
if (this.textFormatHasTransformations) {
var $textElement = this.$textElement;
this._getUntransformedText(function (untransformedText) {

View File

@ -28,7 +28,7 @@ class EditorController extends ControllerBase {
* @param \Drupal\Core\Entity\EntityInterface $entity
* The entity of which a formatted text field is being rerendered.
* @param string $field_name
* The name of the (formatted text) field that that is being rerendered
* The name of the (formatted text) field that is being rerendered
* @param string $langcode
* The name of the language for which the formatted text field is being
* rerendered.

View File

@ -18,7 +18,7 @@ use Drupal\Core\Render\BubbleableMetadata;
class Element {
/**
* The Text Editor plugin manager manager service.
* The Text Editor plugin manager service.
*
* @var \Drupal\Component\Plugin\PluginManagerInterface
*/