[devdocsgjs/main: 157/239] Fix docs:download --default




commit 640d96fff6482391ce9c77ada104f9c48f1c08be
Author: Nicolas Ettlin <nicolas ettlin me com>
Date:   Fri Feb 11 10:45:26 2022 +0100

    Fix docs:download --default

 lib/docs.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/lib/docs.rb b/lib/docs.rb
index 84c4af59..abea0915 100644
--- a/lib/docs.rb
+++ b/lib/docs.rb
@@ -44,7 +44,7 @@ module Docs
   end
 
   def self.defaults
-    %w(css 'Web APIs' html http javascript).map(&method(:find))
+    %w(css dom html http javascript).map(&method(:find))
   end
 
   def self.installed


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]