Skip to content

Commit b75cee4

Browse files
authored
markdown typos (#5308)
1 parent b18ce22 commit b75cee4

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

NEWS.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -486,7 +486,7 @@ small selection of feature refinements.
486486
(@thomasp85, #4149)
487487

488488
* Fix bug in `scale_[x|y]_date()` where custom breaks functions that resulted in
489-
fracional dates would get misaligned (@thomasp85, #3965)
489+
fractional dates would get misaligned (@thomasp85, #3965)
490490

491491
* Fix bug in `scale_[x|y]_datetime()` where a specified timezone would be
492492
ignored by the scale (@thomasp85, #4007)
@@ -512,7 +512,7 @@ small selection of feature refinements.
512512
and plots are faceted with multi-layered strips (@teunbrand, #4384).
513513

514514
* Using `theme(aspect.ratio = ...)` together with free space in `facet_grid()`
515-
now crrectly throws an error (@thomasp85, #3834)
515+
now correctly throws an error (@thomasp85, #3834)
516516

517517
* Fixed a bug in `labeller()` so that `.default` is passed to `as_labeller()`
518518
when labellers are specified by naming faceting variables. (@waltersom, #4031)
@@ -781,7 +781,7 @@ fixing some unit tests that broke due to upstream changes.
781781
with ribbons that spanned `y = 0` (#3471)
782782
* Using `qplot()` with a single positional aesthetic will no longer title the
783783
non-specified scale as `"NULL"` (#3473)
784-
* Fixes unit tests for sf graticule labels caused by chages to sf
784+
* Fixes unit tests for sf graticule labels caused by changes to sf
785785

786786
# ggplot2 3.2.0
787787

@@ -1127,7 +1127,7 @@ accompanying issue #2890.
11271127
* Error: `data` must be uniquely named but has duplicate columns
11281128

11291129
If layer data contains columns with identical names an error will be
1130-
thrown. In earlier versions the first occuring column was chosen silently,
1130+
thrown. In earlier versions the first occurring column was chosen silently,
11311131
potentially masking that the wrong data was chosen.
11321132

11331133
* Error: Aesthetics must be either length 1 or the same as the data
@@ -1615,7 +1615,7 @@ The facet system, as well as the internal panel class, has been rewritten in
16151615
ggproto. Facets are now extendable in the same manner as geoms and stats, as
16161616
described in `vignette("extending-ggplot2")`.
16171617
1618-
We have also added the following new fatures.
1618+
We have also added the following new features.
16191619
16201620
* `facet_grid()` and `facet_wrap()` now allow expressions in their faceting
16211621
formulas (@DanRuderman, #1596).
@@ -1665,7 +1665,7 @@ re-installation of all extension packages.
16651665
### Date time
16661666
16671667
* `scale_*_datetime()` now supports time zones. It will use the timezone
1668-
attached to the varaible by default, but can be overridden with the
1668+
attached to the variable by default, but can be overridden with the
16691669
`timezone` argument.
16701670
16711671
* New `scale_x_time()` and `scale_y_time()` generate reasonable default
@@ -1691,7 +1691,7 @@ Compared to the previous version of ggplot2, there are three main changes:
16911691
1. `scale_x_discrete()` and `scale_y_discrete()` always show discrete NA,
16921692
regardless of their source
16931693
1694-
1. If present, `NA`s are shown in discete legends.
1694+
1. If present, `NA`s are shown in discrete legends.
16951695
16961696
1. All discrete scales gain a `na.translate` argument that allows you to
16971697
control whether `NA`s are translated to something that can be visualised,
@@ -1772,7 +1772,7 @@ There were a number of tweaks to the theme elements that control legends:
17721772

17731773
* `geom_contour()` more clearly describes what inputs it needs (#1577).
17741774

1775-
* `geom_curve()` respects the `lineend` paramater (#1852).
1775+
* `geom_curve()` respects the `lineend` parameter (#1852).
17761776

17771777
* `geom_histogram()` and `stat_bin()` understand the `breaks` parameter once
17781778
more. (#1665). The floating point adjustment for histogram bins is now
@@ -2259,7 +2259,7 @@ version of ggplot.
22592259
inline with the 2nd edition of the ggplot2 box, which minimises the use of
22602260
`qplot()` in favour of `ggplot()`.
22612261

2262-
* Tighly linked geoms and stats (e.g. `geom_boxplot()` and `stat_boxplot()`)
2262+
* Tightly linked geoms and stats (e.g. `geom_boxplot()` and `stat_boxplot()`)
22632263
are now documented in the same file so you can see all the arguments in one
22642264
place. Variations of the same idea (e.g. `geom_path()`, `geom_line()`, and
22652265
`geom_step()`) are also documented together.
@@ -2362,7 +2362,7 @@ version of ggplot.
23622362
* `geom_segment()` annotations were not transforming with scales
23632363
(@BrianDiggs, #859).
23642364
2365-
* `geom_smooth()` is no longer so chatty. If you want to know what the deafult
2365+
* `geom_smooth()` is no longer so chatty. If you want to know what the default
23662366
smoothing method is, look it up in the documentation! (#1247)
23672367
23682368
* `geom_violin()` now has the ability to draw quantile lines (@DanRuderman).
@@ -2394,7 +2394,7 @@ version of ggplot.
23942394
23952395
* You can now suppress the appearance of an axis/legend title (and the space
23962396
that would allocated for it) with `NULL` in the `scale_` function. To
2397-
use the default lable, use `waiver()` (#1145).
2397+
use the default label, use `waiver()` (#1145).
23982398
23992399
* Position adjustments no longer warn about potentially varying ranges
24002400
because the problem rarely occurs in practice and there are currently a

0 commit comments

Comments
 (0)