Skip to content

Commit d9efeef

Browse files
authored
SP5 Cookbook & FAQ: Fix typos in ScottPlotQuickstart and custom-plot-type (#47)
* CustomizingPlottables typo: the -> that * custom-plot-type typo: typ -> type * _index CustomizingPlottables typo: the -> that
1 parent 88c57fd commit d9efeef

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

content/cookbook/5.0/ScottPlotQuickstart.CustomizingPlottables.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
Title: Customizing Plottables - ScottPlot 5.0 Cookbook
3-
Description: Most methods which add items to plots return the item the was added. Save the object that is returned and set its properties to customize it.
3+
Description: Most methods which add items to plots return the item that was added. Save the object that is returned and set its properties to customize it.
44
URL: /cookbook/5.0/ScottPlotQuickstart/CustomizingPlottables/
55
BreadcrumbNames: ["ScottPlot 5.0 Cookbook", "Quickstart", "Customizing Plottables"]
66
BreadcrumbUrls: ["/cookbook/5.0/", "/cookbook/5.0/ScottPlotQuickstart", "/cookbook/5.0/ScottPlotQuickstart/CustomizingPlottables"]
@@ -16,7 +16,7 @@ ShowEditLink: false
1616
<h1 class='me-2 text-dark my-0 border-0'>Customizing Plottables</h1>
1717
</div>
1818

19-
Most methods which add items to plots return the item the was added. Save the object that is returned and set its properties to customize it.
19+
Most methods which add items to plots return the item that was added. Save the object that is returned and set its properties to customize it.
2020

2121
[![](/cookbook/5.0/images/CustomizingPlottables.png?250126165944)](/cookbook/5.0/images/CustomizingPlottables.png?250126165944)
2222

content/cookbook/5.0/ScottPlotQuickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ myPlot.SavePng("demo.png", 400, 300);
4848
</a>
4949
</div>
5050

51-
Most methods which add items to plots return the item the was added. Save the object that is returned and set its properties to customize it.
51+
Most methods which add items to plots return the item that was added. Save the object that is returned and set its properties to customize it.
5252

5353
[![](/cookbook/5.0/images/CustomizingPlottables.png?250126165944)](/cookbook/5.0/images/CustomizingPlottables.png?250126165944)
5454

content/cookbook/5.0/index_.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ ShowEditLink: false
9494
</div>
9595
<div class='col'>
9696
<div><a href='/cookbook/5.0/ScottPlotQuickstart/CustomizingPlottables'><b>Customizing Plottables</b></a></div>
97-
<div>Most methods which add items to plots return the item the was added. Save the object that is returned and set its properties to customize it.</div>
97+
<div>Most methods which add items to plots return the item that was added. Save the object that is returned and set its properties to customize it.</div>
9898
</div>
9999
</div>
100100
<div class='row my-4'>

content/faq/custom-plot-type.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ class RainbowPlot : IPlottable
4747
}
4848
```
4949

50-
A custom plot typ can be instantiated and added to the plot:
50+
A custom plot type can be instantiated and added to the plot:
5151

5252
```cs
5353
// instantiate the custom plottable

0 commit comments

Comments
 (0)