Skip to content
Snippets Groups Projects
Commit c1442c5a authored by Jennifer Hodgdon's avatar Jennifer Hodgdon
Browse files

Issue #2329703 by maximpodorov: Fix spelling in varous files

parent bedbd0a2
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
...@@ -156,7 +156,7 @@ function twig_render_var($arg) { ...@@ -156,7 +156,7 @@ function twig_render_var($arg) {
* Removes child elements from a copy of the original array. * Removes child elements from a copy of the original array.
* *
* Creates a copy of the renderable array and removes child elements by key * Creates a copy of the renderable array and removes child elements by key
* specified throught filter's arguments. The copy can be printed without these * specified through filter's arguments. The copy can be printed without these
* elements. The original renderable array is still available and can be used * elements. The original renderable array is still available and can be used
* to print child elements in their entirety in the twig template. * to print child elements in their entirety in the twig template.
* *
......
/** /**
* Apearance page. * Appearance page.
*/ */
#system-themes-page h2 { #system-themes-page h2 {
font-weight: normal; font-weight: normal;
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
* Utilizes jquery.intrinsic.js to calculate if the tabs are larger than their * Utilizes jquery.intrinsic.js to calculate if the tabs are larger than their
* container and toggles the 'is-horizontal' class. * container and toggles the 'is-horizontal' class.
* *
* This also supports collapsible navigable is the 'is-collasible' class is * This also supports collapsible navigable is the 'is-collapsible' class is
* added to the main element, and a target element is included. * added to the main element, and a target element is included.
*/ */
(function ($, Drupal) { (function ($, Drupal) {
......
...@@ -39,7 +39,7 @@ function seven_preprocess_page(&$variables) { ...@@ -39,7 +39,7 @@ function seven_preprocess_page(&$variables) {
/** /**
* Implements hook_pre_render_HOOK() for menu-local-tasks templates. * Implements hook_pre_render_HOOK() for menu-local-tasks templates.
* *
* Use preprocess hook to set #attached to child elemnts * Use preprocess hook to set #attached to child elements
* because they will be processed by Twig and drupal_render will * because they will be processed by Twig and drupal_render will
* be invoked. * be invoked.
*/ */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment