13609: Spelling fix
[arvados.git] / 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")