Browse Source

Fix docs:download --default

Nicolas Ettlin 3 năm trước cách đây
mục cha
commit
640d96fff6
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      lib/docs.rb

+ 1 - 1
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