Skip to content

Commit 2538cdd

Browse files
authored
fix several typos
1 parent bc057a4 commit 2538cdd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/source/docs/what-is-tailwind.blade.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ description: null
1212

1313
Tailwind is different from frameworks like Bootstrap, Foundation, or Bulma in that **it's not a UI kit.**
1414

15-
It doesn't have a default theme and there's no built-in UI components.
15+
It doesn't have a default theme, and there're no built-in UI components.
1616

1717
On the flip side, it also has no opinion about how your site should look and doesn't impose design decisions that you have to fight to undo.
1818

@@ -101,7 +101,7 @@ Tailwind provides tools for [extracting component classes](/docs/extracting-comp
101101

102102
Every Tailwind utility also comes in responsive flavors, making it extremely easy to build responsive interfaces without ever leaving your HTML.
103103

104-
Tailwind uses an intuitive `{screen}:` prefix that makes it easy to notice responsive classes in your markup while keeping the original class name recognizable and in tact.
104+
Tailwind uses an intuitive `{screen}:` prefix that makes it easy to notice responsive classes in your markup while keeping the original class name recognizable and intact.
105105

106106
@component('_partials.responsive-code-sample')
107107
@slot('none')
@@ -152,7 +152,7 @@ If it makes sense to be customizable, Tailwind lets you customize it.
152152

153153
This includes colors, border sizes, font weights, spacing utilities, breakpoints, shadows, and tons more.
154154

155-
Tailwind is written in [PostCSS](http://postcss.org/) and configured in JavaScript, which means you have the full power of a real programming language at your finger tips.
155+
Tailwind is written in [PostCSS](http://postcss.org/) and configured in JavaScript, which means you have the full power of a real programming language at your fingertips.
156156

157157
Tailwind is more than a CSS framework, *it's an engine for creating design systems.*
158158

0 commit comments

Comments
 (0)