Skip to content

Commit 1d67219

Browse files
committed
fix typo
1 parent 29390e6 commit 1d67219

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/marks/linearRegression.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ interface LinearRegressionOptions extends MarkOptions, BinOptions {
2222
* for linearRegressionX) when the independent variable (**x** for
2323
* linearRegressionY, or **y** for linearRegressionX) is binned with an
2424
* **interval**; defaults to *first*. For example, for a trend line on the
25-
* maximum value of the Apple’s stack price by month:
25+
* maximum value of the Apple’s stock price by month:
2626
*
2727
* ```js
2828
* Plot.linearRegressionY(aapl, {x: "Date", y: "Close", interval: "month", reduce: "max"})

0 commit comments

Comments
 (0)