summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Li <38477812+EricLi-Dev@users.noreply.github.com>2024-01-25 10:08:45 -0500
committerGitHub <noreply@github.com>2024-01-25 10:08:45 -0500
commit2e0551e845d9a1b5ac2fa51848b3b0e118fb5f8f (patch)
treeabd62fdbe9b16567161d28fbaf05eee394d444ae
parent00402d4c5956e955d630094e22ca79f07c5a6402 (diff)
Fixing Docs Typos (#5955)
* fixed typo * fixed stocka typo --------- Co-authored-by: Danglewood <85772166+deeleeramone@users.noreply.github.com> Co-authored-by: James Maslek <jmaslek11@gmail.com> Co-authored-by: DidierRLopes <dro.lopes@campus.fct.unl.pt>
-rw-r--r--CONTRIBUTING.md2
-rw-r--r--website/content/terminal/usage/data/data-sources.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index ac7c3dfde8f..fbf0cb37a4d 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -1381,7 +1381,7 @@ The way to interpret this file is by following the path to a data source, e.g.
- `stocks/candle` does not rely on any data source. This means that it relies on data that has been loaded before.
- `stocks/load` relies on `YahooFinance`, `AlphaVantage`, `Polygon` or `EODHD`.
- **The order is important as the first data source is the one utilized by default.**
-- `stoks/options/unu` relies on `FDScanner`.
+- `stocks/options/unu` relies on `FDScanner`.
- `stocks/options/exp` relies on `YahooFinance` by default but `Tradier` and `Nasdaq` sources are allowed.
> Note: The default data sources can be changed directly in the [OpenBB Hub](https://my.openbb.co/) by the user and automatically synchronized with the terminal on login.
diff --git a/website/content/terminal/usage/data/data-sources.md b/website/content/terminal/usage/data/data-sources.md
index 8fc11a2e0ac..22939d1d9d7 100644
--- a/website/content/terminal/usage/data/data-sources.md
+++ b/website/content/terminal/usage/data/data-sources.md
@@ -47,7 +47,7 @@ OpenBB doesn't store any financial data in its servers. We aggregate access to m
## Changing the Data Source In-Command
-Many commands have multiple data sources associated with it. A great example is `/stocka/fa/income`, which allows you to select FinancialModelingPrep, Polygon, AlphaVantage, EODHD or YahooFinance. In order to specify the data vendor for that particular command, use the `--source` argument.
+Many commands have multiple data sources associated with it. A great example is `/stocks/fa/income`, which allows you to select FinancialModelingPrep, Polygon, AlphaVantage, EODHD or YahooFinance. In order to specify the data vendor for that particular command, use the `--source` argument.
This also becomes clear from the help menu.