From a801a34bca7b88db3cb877c4f20a14bad69446de Mon Sep 17 00:00:00 2001 From: Aleks Hudochenkov Date: Sun, 24 Nov 2019 08:56:23 +0100 Subject: [PATCH] Make docs titles more consistent (#4433) --- docs/user-guide/node-api.md | 2 +- docs/user-guide/postcss-plugin.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/user-guide/node-api.md b/docs/user-guide/node-api.md index eef2ac5db6..e06158ca59 100644 --- a/docs/user-guide/node-api.md +++ b/docs/user-guide/node-api.md @@ -1,4 +1,4 @@ -# The stylelint Node.js API +# Node.js API The stylelint module includes a `lint()` function that provides the Node.js API. diff --git a/docs/user-guide/postcss-plugin.md b/docs/user-guide/postcss-plugin.md index 9b08fe4c8a..a933dd812e 100644 --- a/docs/user-guide/postcss-plugin.md +++ b/docs/user-guide/postcss-plugin.md @@ -1,4 +1,4 @@ -# The stylelint PostCSS plugin +# PostCSS plugin As with any other [PostCSS plugin](https://github.com/postcss/postcss#plugins), you can use stylelint's PostCSS plugin either with a [PostCSS runner](https://github.com/postcss/postcss#runners) or with the PostCSS JS API directly.