Skip to content

Commit a4de042

Browse files
authored
fix: Correct home link for tailwindcss
1 parent f9114ea commit a4de042

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/docs/scrapers/tailwindcss.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ class Tailwindcss < UrlScraper
77
self.root_path = '/'
88
self.release = '3.3.2'
99
self.links = {
10-
home: 'tps://tailwindcss.com/',
10+
home: 'https://tailwindcss.com/',
1111
code: 'https://github.com/tailwindlabs/tailwindcss'
1212
}
1313

0 commit comments

Comments
 (0)