From 14c9f25f8464d2be309819e8935b98981b5e2ca7 Mon Sep 17 00:00:00 2001 From: Ben Marwick Date: Sun, 11 May 2014 20:01:00 -0700 Subject: [PATCH] fix minor typo editting -> editing --- R/newGitbook.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/newGitbook.R b/R/newGitbook.R index 5e0ee17..61acaec 100644 --- a/R/newGitbook.R +++ b/R/newGitbook.R @@ -79,7 +79,7 @@ newGitbook <- function(dir) { message( 'You can now open README.md and SUMMARY.md. Once you are done -editting SUMMARY.md, initGitbook() will create the file and folder +editing SUMMARY.md, initGitbook() will create the file and folder structure for your new Gitbook.') message(paste0('Current working directory: ', getwd())) invisible()