From 6c64a099973a900dfad0aa478193b098e35c3cd6 Mon Sep 17 00:00:00 2001 From: Cameron Huntington Date: Mon, 15 Nov 2021 18:46:26 -0600 Subject: [PATCH] README Corrections (#1709) * correct spelling errors, link SFC text, singular AST, remove definite article * sfc grammar revisions * Update README.md Co-authored-by: Flo Edelmann Co-authored-by: Flo Edelmann --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index d62fff037..e3e50f284 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ ## :book: Documentation -Please refer to [official website](https://eslint.vuejs.org). +Please refer to the [official website](https://eslint.vuejs.org). ## :anchor: Versioning Policy @@ -27,13 +27,13 @@ Contributing is welcome! See the [ESLint Vue Plugin Developer Guide](https://esl Be sure to read the [official ESLint guide](https://eslint.org/docs/developer-guide/working-with-rules) before you start writing a new rule. -To see what an abtract syntax tree (AST) of your code looks like, you may use [AST Explorer](https://astexplorer.net). After opening [AST Explorer](https://astexplorer.net), select `Vue` as the syntax and `vue-eslint-parser` as the parser. +To see what an abstract syntax tree (AST) of your code looks like, you may use [AST Explorer](https://astexplorer.net). After opening [AST Explorer](https://astexplorer.net), select `Vue` as the syntax and `vue-eslint-parser` as the parser. -The default parser must be replaced since Vue's single file components are not plain JavaScript. `vue-eslint-parser` is a replacement parser that generates an enhanced AST with nodes that represent specific parts of the template syntax, as well as the contents of the `