From 7ef9094ca5b4011677f813d34c0bb7b1b5783f92 Mon Sep 17 00:00:00 2001 From: Randall Wilk Date: Sat, 26 May 2018 12:21:15 -0500 Subject: [PATCH] Fix typo in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index daff081..e045441 100644 --- a/README.md +++ b/README.md @@ -85,7 +85,7 @@ is sent to the `onClick` method on the Vue instance, which is then shown in an a To pass any data from the `contextmenu` event to your template, you can pass it as the second parameter of `open` and access it within a [scoped slot](https://vuejs.org/v2/guide/components.html#Scoped-Slots) -under the `data` property`. `$event` must be passed as the first parameter, +under the `data` property. `$event` must be passed as the first parameter, otherwise the context menu will not function properly. ```html