From b0e87902ffe8705ac91b231fb115b4f802fd28fc Mon Sep 17 00:00:00 2001 From: Yoram de Langen Date: Mon, 8 May 2023 18:49:54 +0200 Subject: [PATCH] fix typos and force desktop version to be shown Signed-off-by: Yoram de Langen --- README.md | 2 +- src/App.vue | 2 +- src/components/TableauView.vue | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0329902..afbe6ba 100644 --- a/README.md +++ b/README.md @@ -2,4 +2,4 @@ A Chrome extension is basically a simple webapp that runs from within in the browser. You can load them by open the extensions page or go-to `chrome://extensions`. -Enable on the top right cornor the `developer mode`. Click on the `Load unpack extension` and select the location where the files are set. +Enable on the top right corner the `developer mode`. Click on the `Load unpack extension` and select the location where the files are set. diff --git a/src/App.vue b/src/App.vue index 1c37083..e1523a0 100644 --- a/src/App.vue +++ b/src/App.vue @@ -34,7 +34,7 @@ v-if="layoutViews.length === 0" > There are no embeds defined, you can add them by clicking on top-right - cornor "add" button. + corner "add" button.