diff --git a/core/modules/field/modules/text/text.js b/core/modules/field/modules/text/text.js
index ad93de7..01a49a7 100644
--- a/core/modules/field/modules/text/text.js
+++ b/core/modules/field/modules/text/text.js
@@ -13,13 +13,13 @@ Drupal.behaviors.textSummary = {
var $full = $widget.find('.text-full').closest('.form-item');
var $fullLabel = $full.find('label');
- // Create a placeholder label when the field cardinality
- // is greater than 1.
+ // Create a placeholder label when the field cardinality is greater
+ // than 1.
if ($fullLabel.length === 0) {
$fullLabel = $('').prependTo($full);
}
- // Setup the edit/hide summary link.
+ // Set up the edit/hide summary link.
var $link = $('(' + Drupal.t('Hide summary') + ')');
var $a = $link.find('a');
$link.toggle(