Skip to content

Commit

Permalink
DOC adding single quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
doehm committed Mar 11, 2024
1 parent bf1f5fc commit 497207e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: ggbrick
Type: Package
Title: Waffle Style Chart with a Brick Layout in ggplot2
Title: Waffle Style Chart with a Brick Layout in 'ggplot2'
Version: 0.3.0
Authors@R:
person(given = "Daniel",
Expand Down
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ mpg |>
scale_fill_manual(values = d10)
```

To flip the coords you'll have to use `theme(aspect.ratio = x)` to maintain the brick aspect ratio (sqaure in the case of waffle)
To flip the coords you'll have to use `theme(aspect.ratio = x)` to maintain the brick aspect ratio (square in the case of waffle)

```{r, fig.width=14}
mpg |>
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ mpg |>
![](README_files/figure-gfm/unnamed-chunk-7-2.png)<!-- -->

To flip the coords you’ll have to use `theme(aspect.ratio = x)` to
maintain the brick aspect ratio (sqaure in the case of waffle)
maintain the brick aspect ratio (square in the case of waffle)

``` r
mpg |>
Expand Down

0 comments on commit 497207e

Please sign in to comment.