From 47184786f968af1693809edfd2de430642c3dbe4 Mon Sep 17 00:00:00 2001 From: Luke Watts Date: Sun, 23 Sep 2018 09:23:59 +0100 Subject: [PATCH] fix: small typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f2cc4f2..f13e8bd 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ > High level utilities for compiling Vue single file components -This package contains hid level utilities that you can use if you are writing a plugin / transform for a bundler or module system that compiles Vue single file components into JavaScript. It is used in [rollup-plugin-vue](https://github.com/vuejs/rollup-plugin-vue) version 3 and above. +This package contains high level utilities that you can use if you are writing a plugin / transform for a bundler or module system that compiles Vue single file components into JavaScript. It is used in [rollup-plugin-vue](https://github.com/vuejs/rollup-plugin-vue) version 3 and above. The API surface is intentionally minimal - the goal is to reuse as much as possible while being as flexible as possible.