diff --git a/src/main/resources/assets/computercraft/lua/rom/help/cd.txt b/src/main/resources/assets/computercraft/lua/rom/help/cd.txt index 263317bda..6acd66ad5 100644 --- a/src/main/resources/assets/computercraft/lua/rom/help/cd.txt +++ b/src/main/resources/assets/computercraft/lua/rom/help/cd.txt @@ -1,6 +1,6 @@ -cd changes the the directory you're in. +cd changes the directory you're in. ex: "cd rom" will move to "rom" folder. "cd .." will move up one folder. -"cd /" will move to the root. \ No newline at end of file +"cd /" will move to the root.