From 5b86ede5c3d3b2c08c0045b6352cf19539b87668 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gustavo=20Vel=C3=A1squez?= Date: Fri, 5 Aug 2022 15:24:58 -0700 Subject: [PATCH 1/2] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 69ea928..62d3438 100644 --- a/README.md +++ b/README.md @@ -286,7 +286,7 @@ Why does rig set up RSPM? > RSPM ([Rstudio Package > Manager](https://packagemanager.rstudio.com/client/#/)) is generally -> superior to a refular CRAN mirror on Windows and many Linux systems. +> superior to a regular CRAN mirror on Windows and many Linux systems. > > On Linux it includes binary packages for many popular distributions. > From a8762f1a2ff0bcaec42441dc07597f687b1ac690 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gustavo=20Vel=C3=A1squez?= Date: Fri, 5 Aug 2022 22:27:26 -0700 Subject: [PATCH 2/2] Fix typo in faq.Rmd --- faq.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/faq.Rmd b/faq.Rmd index 28c0d4a..b62aaf9 100644 --- a/faq.Rmd +++ b/faq.Rmd @@ -58,7 +58,7 @@ Why does rig set up RSPM? > > RSPM ([Rstudio Package Manager](https://packagemanager.rstudio.com/client/#/)) -> is generally superior to a refular CRAN mirror on Windows and many Linux +> is generally superior to a regular CRAN mirror on Windows and many Linux > systems. > > On Linux it includes binary packages for many popular distributions.