From 035b38897260fec21beb8188349c204c65c39c57 Mon Sep 17 00:00:00 2001
From: s915 <s915.stem@gmail.com>
Date: Sat, 18 Apr 2020 18:45:49 +0200
Subject: [PATCH] Correct typos in vignette.

---
 vignettes/rdbnomics.Rmd | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/vignettes/rdbnomics.Rmd b/vignettes/rdbnomics.Rmd
index 6fc25b2..0426b73 100644
--- a/vignettes/rdbnomics.Rmd
+++ b/vignettes/rdbnomics.Rmd
@@ -688,7 +688,7 @@ You can measure the vast extent of datasets gathered by
 [DBnomics](https://db.nomics.world) by downloading all the possible
 dimensions. To do this, you have to set the arguments
 `provider_code` and `dataset_code` to `NULL`.  
-<b><font color='red'>&#9888;</font></b> it's relatively long to run and heavy to show so we display
+<b><font color='red'>&#9888;</font></b> It's relatively long to run and heavy to show so we display
 the first 100.
 ```{r, eval = FALSE}
 options(rdbnomics.progress_bar_datasets = TRUE)
@@ -726,7 +726,7 @@ rdbnomics:::rdbnomics_df022 %>%
 #   rbindlist(idcol = "Provider")
 ```
 
-# Fetch the number of series of available datasets of a provider
+# Fetch the series codes and names of available datasets of a provider
 
 You can download the list of series, and especially their codes, of a dataset's
 provider by using the function `rdb_series`. The result is a nested named list
-- 
GitLab