Skip to content

Commit 8ebcf81

Browse files
authored
GitHub doc copy tweaks
1 parent 270ffbf commit 8ebcf81

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

packages/homepage/content/docs/2-git.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,13 @@ description:
88

99
## Base Concept
1010

11-
With CodeSandbox you can import any GitHub repositories as a sandbox (this
11+
With CodeSandbox you can import any GitHub repository as a sandbox (this
1212
concept is described in more detail [here](/docs/importing#import-from-github)).
1313
An imported sandbox will automatically stay in sync with the GitHub repository;
1414
if you make a commit to GitHub it will reflect immediately in the sandbox.
1515

1616
For that reason we've made GitHub sandboxes immutable, this means that you
17-
cannot make direct changes to the sandbox itself. However, you can still fork
18-
the sandbox. When you create a fork of a GitHub sandbox we will still keep a
17+
cannot make direct changes to the sandbox itself. They are treated as [templates](/docs/templates), so you can fork from them. When you create a fork of a GitHub sandbox we will still keep a
1918
reference to the original GitHub repository. This allows you to create commits
2019
and open pull requests from the forked sandboxes.
2120

@@ -25,7 +24,7 @@ Anyone can import public GitHub repositories. You need a [Pro subscription](http
2524

2625
You can see a forked sandbox of a GitHub sandbox as a separate branch. We still
2726
keep a reference to the original branch, and we also track the changes that
28-
happen. When you create a fork of the Git sandbox you will see a new panel in
27+
happen. When you create a fork of the GitHub sandbox you will see a new panel in
2928
the sidebar that looks like this:
3029

3130
![GitHub Sidebar](./images/github-sidebar.png)

0 commit comments

Comments
 (0)