From 2538cddaafff84cca4f6bb584d3778e9a3775cfb Mon Sep 17 00:00:00 2001 From: cy6erskunk Date: Wed, 13 Dec 2017 18:51:20 +0300 Subject: [PATCH] fix several typos --- docs/source/docs/what-is-tailwind.blade.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/source/docs/what-is-tailwind.blade.md b/docs/source/docs/what-is-tailwind.blade.md index 97b582be6..39d37873e 100644 --- a/docs/source/docs/what-is-tailwind.blade.md +++ b/docs/source/docs/what-is-tailwind.blade.md @@ -12,7 +12,7 @@ description: null Tailwind is different from frameworks like Bootstrap, Foundation, or Bulma in that **it's not a UI kit.** -It doesn't have a default theme and there's no built-in UI components. +It doesn't have a default theme, and there're no built-in UI components. 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. @@ -101,7 +101,7 @@ Tailwind provides tools for [extracting component classes](/docs/extracting-comp Every Tailwind utility also comes in responsive flavors, making it extremely easy to build responsive interfaces without ever leaving your HTML. -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. +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. @component('_partials.responsive-code-sample') @slot('none') @@ -152,7 +152,7 @@ If it makes sense to be customizable, Tailwind lets you customize it. This includes colors, border sizes, font weights, spacing utilities, breakpoints, shadows, and tons more. -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. +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. Tailwind is more than a CSS framework, *it's an engine for creating design systems.*