Security update for Core, with self-updated composer
[yaffs-website] / vendor / drupal / console-en / translations / config.delete.yml
index b624f2d5ca39af6d16c67b6bdc3c3dc0414e446e..08e4e37749f17b3f45e0bffaa2c486a886018865 100644 (file)
@@ -11,6 +11,10 @@ errors:
     type: 'Configuration type is missing.'
     not-exists: 'The configuration "%s" does not exist.'
 warnings:
-    undo: 'This action will delete all configuration permanentaly.'
+    undo: 'This action will delete all configuration permanently.'
 questions:
-    sure: 'Are you sure to delete all configuration'
\ No newline at end of file
+    sure: 'Are you sure to delete all configuration'
+examples:
+    - description: 'Provide a config type and a config name'
+      execution: drupal config:delete active all
+