Browse Source

Update Web APIs documentation

Simon Legner 3 years ago
parent
commit
2aac205885
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lib/docs/scrapers/mdn/dom.rb

+ 1 - 1
lib/docs/scrapers/mdn/dom.rb

@@ -1,7 +1,7 @@
 module Docs
   class Dom < Mdn
 
-    # release = '2021-12-07'
+    # release = '2022-04-27'
     self.name = 'Web APIs'
     self.slug = 'dom'
     self.base_url = 'https://developer.mozilla.org/en-US/docs/Web/API'