From bc7fb09bbf83fe4c45c9cd26afd02ad79a690219 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ekrem=20B=C3=BCy=C3=BCkkaya?= Date: Fri, 9 Jun 2023 01:10:43 +0300 Subject: [PATCH] fix: `observable` typo --- docs/src/pages/docs/overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/pages/docs/overview.md b/docs/src/pages/docs/overview.md index b3409da2..4b24316a 100644 --- a/docs/src/pages/docs/overview.md +++ b/docs/src/pages/docs/overview.md @@ -13,6 +13,6 @@ You will, however, need general knowledge of: It's optional for basic charting, but if you really want to be productive, you'll want to understand: -- High-level Scale Architypes, the differences in what they do, and why you would use one over the other. Again, you do not need to know how to build your own scales or use `d3-scale`, but knowing the concepts and ideas behind scale types like `time`, `linear/continuous`, and `ordinal/band` will go a long way. [Learn more at Observerble](https://observablehq.com/@d3/learn-d3-scales). +- High-level Scale Architypes, the differences in what they do, and why you would use one over the other. Again, you do not need to know how to build your own scales or use `d3-scale`, but knowing the concepts and ideas behind scale types like `time`, `linear/continuous`, and `ordinal/band` will go a long way. [Learn more at Observable](https://observablehq.com/@d3/learn-d3-scales). I think that's it TBH! But this list might grow/shrink in the future. If you think something should be added to this list or changed in anyway, hit the **Edit this page on Github** link at the bottom!