From 67e2d944e03c0d2cf2e76fc5946046ffa962fb12 Mon Sep 17 00:00:00 2001 From: Cat Nelson Date: Wed, 28 Aug 2024 18:33:04 -0500 Subject: [PATCH] fixed dropped plural in tutorial 1 --- content/tutorials/1-what-is-vis/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/tutorials/1-what-is-vis/index.md b/content/tutorials/1-what-is-vis/index.md index 2340931..578f4a4 100644 --- a/content/tutorials/1-what-is-vis/index.md +++ b/content/tutorials/1-what-is-vis/index.md @@ -254,7 +254,7 @@ If all goes according to plan, you'll understand these 4 steps in the first few The better that you understand what the visualization is trying to achieve (what will it help the viewer do), the more likely you will come up with a good solution. In the end, everything serves the tasks. -Note the plural: you may have a set of tasks. Often, there isn’t just one at a time. There are a set of things that a set of someone may want to do for a set of reasons. And maybe your solution will address many of these. +Note the plural: you may have a set of tasks. Often, there isn’t just one at a time. There are a set of things that a set of someones may want to do for a set of reasons. And maybe your solution will address many of these. I was going to say “it starts with the tasks,” but sometimes you start someplace else (like you have some data and say “I’d like to do something with it” – but even then, I would probably say you have a task: figure out what the right questions to ask are!). However, in those cases, it’s really important to remember that task is key: the sooner you get to “what is this thing going to do for someone,” the better off you are.