From 83712ce00e7e783ae33d15b21821b7666fe35989 Mon Sep 17 00:00:00 2001 From: jakkyn Date: Wed, 29 Aug 2018 09:25:55 -0700 Subject: [PATCH] Update readme.md Fixed typo of the word 'extension' in third sentence. --- Tutorial/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tutorial/readme.md b/Tutorial/readme.md index 3270142a..fe52defd 100644 --- a/Tutorial/readme.md +++ b/Tutorial/readme.md @@ -2,7 +2,7 @@ This project contains a tutorial designed to explain the various components of authoring and using a Dashboard Extension in Tableau. -This tutorial demonstrates a number of different aspects of the Dashboard Extensions API. The goal of this extenison is to display a data table summarizing the selected marks on a particular worksheet on a dashboard (similar to clicking view data on a tooltip). When the selected marks change, we want to update the data table with the newly selected marks. Then we will add functionality which allows the user to click on any column of data in the selected marks and filter the viz down to the domain of that column. +This tutorial demonstrates a number of different aspects of the Dashboard Extensions API. The goal of this extension is to display a data table summarizing the selected marks on a particular worksheet on a dashboard (similar to clicking view data on a tooltip). When the selected marks change, we want to update the data table with the newly selected marks. Then we will add functionality which allows the user to click on any column of data in the selected marks and filter the viz down to the domain of that column. ### Prerequisites