13609: Spelling fix
authorPeter Amstutz <pamstutz@veritasgenetics.com>
Thu, 2 Aug 2018 17:53:47 +0000 (13:53 -0400)
committerPeter Amstutz <pamstutz@veritasgenetics.com>
Thu, 2 Aug 2018 17:53:47 +0000 (13:53 -0400)
Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <pamstutz@veritasgenetics.com>

sdk/R/README.Rmd

index 18454bf2ae98b4f88d13e5262fbb5b60fb442f63..5fdceb6186043de54b861080d0da7b86e84ea0b2 100644 (file)
@@ -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")