Skip to content

Commit a7b5631

Browse files
committed
Fix some typos
1 parent f7ffede commit a7b5631

16 files changed

+16
-16
lines changed

_posts/csharp/indexes/2021-08-04-statistic-index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
permalink: csharp/statistical-charts/
3-
description: Plotly's C# graphing library makes interactive, publication-quality graphs online. Examples of how to make statistical charts such as box plots, histograms, and distrubution plots.
3+
description: Plotly's C# graphing library makes interactive, publication-quality graphs online. Examples of how to make statistical charts such as box plots, histograms, and distribution plots.
44
name: Statistical Charts
55
layout: langindex
66
language: csharp

_posts/fsharp/indexes/2021-08-04-statistic-index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
permalink: fsharp/statistical-charts/
3-
description: Plotly's F# graphing library makes interactive, publication-quality graphs online. Examples of how to make statistical charts such as box plots, histograms, and distrubution plots.
3+
description: Plotly's F# graphing library makes interactive, publication-quality graphs online. Examples of how to make statistical charts such as box plots, histograms, and distribution plots.
44
name: Statistical Charts
55
layout: langindex
66
language: fsharp

_posts/ggplot2/indexes/2021-08-04-statistic-index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
permalink: ggplot2/statistical-charts/
3-
description: Plotly's ggplot2 graphing library makes interactive, publication-quality graphs online. Examples of how to make statistical charts such as box plots, histograms, and distrubution plots.
3+
description: Plotly's ggplot2 graphing library makes interactive, publication-quality graphs online. Examples of how to make statistical charts such as box plots, histograms, and distribution plots.
44
name: Statistical Charts
55
layout: langindex
66
language: ggplot2

_posts/julia/indexes/2021-08-04-statistic-index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
permalink: julia/statistical-charts/
3-
description: Plotly's Julia graphing library makes interactive, publication-quality graphs online. Examples of how to make statistical charts such as box plots, histograms, and distrubution plots.
3+
description: Plotly's Julia graphing library makes interactive, publication-quality graphs online. Examples of how to make statistical charts such as box plots, histograms, and distribution plots.
44
name: Statistical Charts
55
layout: langindex
66
language: julia

_posts/matlab/indexes/2021-08-04-statistic-index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
permalink: matlab/statistical-charts/
3-
description: Plotly's MATLAB<sup>&reg;</sup> graphing library makes interactive, publication-quality graphs online. Examples of how to make statistical charts such as box plots, histograms, and distrubution plots.
3+
description: Plotly's MATLAB<sup>&reg;</sup> graphing library makes interactive, publication-quality graphs online. Examples of how to make statistical charts such as box plots, histograms, and distribution plots.
44
name: Statistical Charts
55
layout: langindex
66
language: matlab

_posts/nodejs/histogram/2015-04-09-overlaid-histogram.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
name: Overlaid Histgram
2+
name: Overlaid Histogram
33
plot_url: https://plotly.com/~PlotBot/54
44
arrangement: horizontal
55
language: nodejs

_posts/plotly_js/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ order: 5
5050

5151
## Create A New Example Post:
5252

53-
1. In the folder containing the examples for the chart type you are writing documenation for, create a file named: `yyyy-mm-dd-example-title.html`.
53+
1. In the folder containing the examples for the chart type you are writing documentation for, create a file named: `yyyy-mm-dd-example-title.html`.
5454

5555
2. Copy the example post template below and write JavaScript code to demonstrate the feature you are documenting.
5656
- If `plot_url` front-matter is not present, then the resulting chart will be displayed inline and a `Try It Codepen` button will be automatically generated.

_posts/plotly_js/basic/bubble/2015-08-10-size-scaling-bubblechart.html

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

50-
// sizeref using above forumla
50+
// sizeref using above formula
5151
var desired_maximum_marker_size = 40;
5252
var size = [400, 600, 800, 1000];
5353
var trace4 = {

_posts/plotly_js/controls/callbacks-buttons/2018-10-16-style-buttons.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
arrangement: horizontal
99
markdown_content: |
1010
When adding buttons to Plotly charts, users have the option of styling the color, font, padding,
11-
and position of the buttons. The example below demostrates how to apply different styling options.
11+
and position of the buttons. The example below demonstrates how to apply different styling options.
1212
See all updatemenus styling attributes here: [https://plotly.com/javascript/reference/layout/#layout-updatemenus](https://plotly.com/javascript/reference/layout/updatemenus/).
1313
---
1414
d3.csv('https://raw.githubusercontent.com/plotly/datasets/master/api_docs/mt_bruno_elevation.csv', function(err, rows){

_posts/plotly_js/fundamentals/axes/2019-11-04-title_standoff.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
automargin: true,
3030
tickangle: 90,
3131
title: {
32-
text: "Temprature",
32+
text: "Temperature",
3333
standoff: 40
3434
}}}
3535

0 commit comments

Comments
 (0)