diff --git a/content/education/manage-coursework-with-github-classroom/teach-with-github-classroom/using-github-classroom-with-github-cli.md b/content/education/manage-coursework-with-github-classroom/teach-with-github-classroom/using-github-classroom-with-github-cli.md index c766c5447f0d..186c220cad4e 100644 --- a/content/education/manage-coursework-with-github-classroom/teach-with-github-classroom/using-github-classroom-with-github-cli.md +++ b/content/education/manage-coursework-with-github-classroom/teach-with-github-classroom/using-github-classroom-with-github-cli.md @@ -100,7 +100,7 @@ Displays assignment information. gh classroom clone starter-repo ``` -Clones starter code repo used by an assignment. By default, the starter code is cloned into the current directory. To clone into a different directory, use the `--directory` flag. If the directory does not exists, it will be created. +Clones starter code repo used by an assignment. By default, the starter code is cloned into the current directory. To clone into a different directory, use the `--directory` flag. If the directory does not exist, it will be created. ### Clone a student’s assignment repository @@ -108,6 +108,6 @@ Clones starter code repo used by an assignment. By default, the starter code is gh classroom clone student-repos ``` -Clones student repositories from a given assignment. By default, the student repositories are cloned into the current directory a directory named after the assignment slug. To clone into a different directory, use the `--directory` flag. If the directory does not exists, it will be created. +Clones student repositories from a given assignment. By default, the student repositories are cloned into the current directory in a directory named after the assignment slug. To clone into a different directory, use the `--directory` flag. If the directory does not exist, it will be created. By default, all student repositories are cloned. To get a different number of repositories, use the `--page NUMBER` and `--per-page NUMBER` flags.