From: Peter Amstutz Date: Thu, 2 Aug 2018 17:53:47 +0000 (-0400) Subject: 13609: Spelling fix X-Git-Tag: 1.2.0~46^2~1 X-Git-Url: https://git.arvados.org/arvados.git/commitdiff_plain/73167d511b4ed1a0441bafa0f7bac26263b20231 13609: Spelling fix Arvados-DCO-1.1-Signed-off-by: Peter Amstutz --- diff --git a/sdk/R/README.Rmd b/sdk/R/README.Rmd index 18454bf2ae..5fdceb6186 100644 --- a/sdk/R/README.Rmd +++ b/sdk/R/README.Rmd @@ -221,7 +221,7 @@ subcollection$remove("folderInsideSubcollection/") * Move file or folder inside collection: -Directley from collection +Directly from collection ```{r} collection$move("folder/file.cpp", "file.cpp") @@ -246,7 +246,7 @@ In second example file$move("newDestination/") will not work. * Copy file or folder inside collection: -Directley from collection +Directly from collection ```{r} collection$copy("folder/file.cpp", "file.cpp")