1
0
Эх сурвалжийг харах

fix: Correct home link for tailwindcss

Huyen Nguyen 1 жил өмнө
parent
commit
f224c56ea7

+ 1 - 1
lib/docs/scrapers/tailwindcss.rb

@@ -7,7 +7,7 @@ module Docs
     self.root_path = '/'
     self.release = '3.3.2'
     self.links = {
-      home: 'tps://tailwindcss.com/',
+      home: 'https://tailwindcss.com/',
       code: 'https://github.com/tailwindlabs/tailwindcss'
     }