From 137cfee8f132e44cc5b56290dc40552b94fe57d2 Mon Sep 17 00:00:00 2001 From: Alex Pott Date: Tue, 18 Sep 2018 22:42:50 +0100 Subject: [PATCH] Issue #2999346 by ifrik: Typing error in the Media module description --- core/modules/media/media.info.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/modules/media/media.info.yml b/core/modules/media/media.info.yml index 499fba2df645..4766c0e524ef 100644 --- a/core/modules/media/media.info.yml +++ b/core/modules/media/media.info.yml @@ -1,5 +1,5 @@ name: Media -description: 'Manages the creation, configuration of display of media items.' +description: 'Manages the creation, configuration, and display of media items.' type: module package: Core version: VERSION