Skip to content
This repository has been archived by the owner on Mar 3, 2022. It is now read-only.

Spelling #1

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions libraries.make
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# A make file containing all the libaries directives.
# A make file containing all the libraries directives.
#
#

Expand All @@ -11,7 +11,7 @@ libraries[backbone][download][url] = "https://github.com/jashkenas/backbone/arch

libraries[ckeditor][download][type] = "get"
libraries[ckeditor][download][url] = "http://download.cksource.com/CKEditor%20for%20Drupal/edit/ckeditor_4.4.3_edit.zip"
; Add a style to the CKEditor skin that shows astrisks next to required fields.
; Add a style to the CKEditor skin that shows asterisks next to required fields.
libraries[ckeditor][patch][2377763] = https://www.drupal.org/files/issues/ckeditor-asterisk-for-required-fields.patch

libraries[colorbox][download][type] = "get"
Expand Down