summaryrefslogtreecommitdiff
path: root/includes/common.inc
diff options
context:
space:
mode:
authorJennifer Hodgdon <yahgrp@poplarware.com>2015-02-17 16:37:26 -0800
committerJennifer Hodgdon <yahgrp@poplarware.com>2015-02-17 16:37:26 -0800
commitea85d7c8e6f1793357841d0ba8d64f01cd3f69f4 (patch)
tree470fb9f6cb9205c66d34fa1bcf40438b445506c3 /includes/common.inc
parent9b993d50861ca924ce285c04e45d722b17db3598 (diff)
downloadbrdo-ea85d7c8e6f1793357841d0ba8d64f01cd3f69f4.tar.gz
brdo-ea85d7c8e6f1793357841d0ba8d64f01cd3f69f4.tar.bz2
Issue #2417983 by jacob.embree: Change docs instances of "the the" to "the"
Diffstat (limited to 'includes/common.inc')
-rw-r--r--includes/common.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/includes/common.inc b/includes/common.inc
index 20cc82be1..631d246bc 100644
--- a/includes/common.inc
+++ b/includes/common.inc
@@ -4448,8 +4448,8 @@ function drupal_get_js($scope = 'header', $javascript = NULL, $skip_alter = FALS
*
* Libraries, JavaScript, CSS and other types of custom structures are attached
* to elements using the #attached property. The #attached property is an
- * associative array, where the keys are the the attachment types and the values
- * are the attached data. For example:
+ * associative array, where the keys are the attachment types and the values are
+ * the attached data. For example:
* @code
* $build['#attached'] = array(
* 'js' => array(drupal_get_path('module', 'taxonomy') . '/taxonomy.js'),