Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Thanks @jennybc
  • Loading branch information
jimhester committed Aug 30, 2019
1 parent 0047282 commit f58bfe0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ export(clean_dll)
export(clean_vignettes)
export(create)
export(dev_mode)
export(dev_package_deps)
export(dev_packages)
export(dev_packge_deps)
export(devtest)
export(document)
export(dr_devtools)
Expand Down
2 changes: 1 addition & 1 deletion R/remotes.R
Original file line number Diff line number Diff line change
Expand Up @@ -95,4 +95,4 @@ update_packages <- with_ellipsis(remotes::update_packages)
#' @importFrom remotes dev_package_deps
#' @rdname remote-reexports
#' @export
dev_packge_deps <- with_ellipsis(remotes::dev_package_deps)
dev_package_deps <- with_ellipsis(remotes::dev_package_deps)
4 changes: 2 additions & 2 deletions man/remote-reexports.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f58bfe0

Please # to comment.