We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29390e6 commit 1d67219Copy full SHA for 1d67219
src/marks/linearRegression.d.ts
@@ -22,7 +22,7 @@ interface LinearRegressionOptions extends MarkOptions, BinOptions {
22
* for linearRegressionX) when the independent variable (**x** for
23
* linearRegressionY, or **y** for linearRegressionX) is binned with an
24
* **interval**; defaults to *first*. For example, for a trend line on the
25
- * maximum value of the Apple’s stack price by month:
+ * maximum value of the Apple’s stock price by month:
26
*
27
* ```js
28
* Plot.linearRegressionY(aapl, {x: "Date", y: "Close", interval: "month", reduce: "max"})
0 commit comments