Skip to content

Commit 58e15db

Browse files
authoredNov 27, 2024··
Merge pull request #336 from striezel-stash/fix-typos
Fix some typos
2 parents 56addfc + a7b5631 commit 58e15db

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

‎_posts/plotly_js/fundamentals/uirevision/2019-01-04-uirevision-reset.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
var interval = setInterval(function() {
3939
data = data.map(new_data);
4040

41-
// user interation will mutate layout and set autorange to false
41+
// user interaction will mutate layout and set autorange to false
4242
// so we need to reset it to true
4343
layout.xaxis.autorange = true;
4444
layout.yaxis.autorange = true;

‎_posts/python-v3/statistical/2017-02-24-python-statistic-index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
permalink: python/v3/statistical-charts/
3-
description: Plotly's Python 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 Python 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: More Statistical Charts
55
layout: langindex
66
language: python/v3

‎_posts/python-v3/statistics/frequency-counts/2015-06-30-python-Frequency-Counts.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ <h4 id="Make-the-Data">Make the Data<a class="anchor-link" href="#Make-the-Data"
6767
</div>
6868
<div class="inner_cell">
6969
<div class="text_cell_render border-box-sizing rendered_html">
70-
<p>We are generating a 1D dataset from a <code>Weibull Distribution</code> which has the distrubution</p>
70+
<p>We are generating a 1D dataset from a <code>Weibull Distribution</code> which has the distribution</p>
7171
$$
7272
\begin{align*}
7373
X = \log(U)^{\frac{1}{a}}

‎_posts/python-v3/statistics/frequency-counts/python-Frequency-Counts.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"cell_type": "markdown",
4747
"metadata": {},
4848
"source": [
49-
"We are generating a 1D dataset from a `Weibull Distribution` which has the distrubution\n",
49+
"We are generating a 1D dataset from a `Weibull Distribution` which has the distribution\n",
5050
"\n",
5151
"$$\n",
5252
"\\begin{align*}\n",

‎_posts/python/2019-07-03-statistic-index.html

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

‎_posts/r/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ In order to contribute to the majority of Plotly's R graphing library documentat
2828
##### In `documentation/_posts/r`
2929
1. Write your tutorial in R Markdown (Rmd) file (**IMPORTANT:** do not edit the markdown (md) files by hand! All edits should happen in the .Rmd file! The *only* exception to this is the index file: `2015-07-30-r-index.md` which you should edit directly.)
3030
- Your .Rmd file should be named in the following format: `yyyy-mm-dd-chart-type.Rmd`
31-
- Please base your tutorial off of one of our exsisting tutorials (i.e. `documentation/_posts/r/2015-11-19-shapes.Rmd`)
31+
- Please base your tutorial off of one of our existing tutorials (i.e. `documentation/_posts/r/2015-11-19-shapes.Rmd`)
3232
- Include the following header (*replacing `your-tutorial-chart` with the type of chart you're creating in the tutorial.) :
3333
```
3434
---

0 commit comments

Comments
 (0)
Please sign in to comment.