diff --git a/DESCRIPTION b/DESCRIPTION
index 46d76f46..0b1fe598 100644
--- a/DESCRIPTION
+++ b/DESCRIPTION
@@ -61,7 +61,7 @@ Description: Utilities for working with air quality monitoring data
Additional sources of PM2.5 data made accessible by the package include:
'AIRSIS' (password protected)
and 'WRCC' .
- Pre-generated data compilations are provided by 'PWFSL'
+ Pregenerated data compilations are provided by 'PWFSL'
.
License: GPL-3
VignetteBuilder: knitr
diff --git a/man/loadLatest.Rd b/man/loadLatest.Rd
index a3b6cd5f..8f4a77af 100644
--- a/man/loadLatest.Rd
+++ b/man/loadLatest.Rd
@@ -24,8 +24,10 @@ Avaialble RData and associated log files can be seen at:
\href{https://haze.airfire.org/monitoring/latest/RData/}{https://haze.airfire.org/monitoring/latest/RData/}
}
\examples{
+\dontrun{
ca <- loadLatest() \%>\% monitor_subset(stateCodes='CA')
}
+}
\seealso{
\code{\link{airsis_loadDaily}}
}