From 8e050db67f6e9aa163c7b938dbf63ea2ad7770c1 Mon Sep 17 00:00:00 2001
From: Thomas Neitmann
Date: Wed, 13 May 2020 17:16:40 +0200
Subject: [PATCH] Simplify text
---
vignettes/themes.Rmd | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/vignettes/themes.Rmd b/vignettes/themes.Rmd
index b30808a..f74512a 100644
--- a/vignettes/themes.Rmd
+++ b/vignettes/themes.Rmd
@@ -24,7 +24,7 @@ library(ggcharts)
library(dplyr)
```
-`ggcharts` offers a couple of highly customizable `ggplot2` themes. When you don't specify any arguments all themes are very minimal in the sense that they don't have any axis lines, axis ticks and grid lines. This is intentional. Depending on the chart you create different combinations of these parameters work best and you should carefully choose them on your own rather than using some arbitrary default. Let's illustrate this with `theme_hermit()`.
+`ggcharts` offers a couple of highly customizable `ggplot2` themes. When you don't specify any arguments all themes are very minimal. They don't have any axis lines, axis ticks and grid lines. This is intentional. Depending on the chart you create different combinations of these parameters work best. You should carefully choose them on your own rather than using some arbitrary default. Let's illustrate this with `theme_hermit()`.
## Usage