Skip to content

Commit 0806e11

Browse files
Fix sentences in Live first paragraph (#3965)
Co-authored-by: Ives van Hoorne <[email protected]>
1 parent a3de984 commit 0806e11

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

.all-contributorsrc

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1531,6 +1531,15 @@
15311531
"contributions": [
15321532
"code"
15331533
]
1534+
},
1535+
{
1536+
"login": "johansenja",
1537+
"name": "johansenja",
1538+
"avatar_url": "https://avatars1.githubusercontent.com/u/43235608?v=4",
1539+
"profile": "https://github.com/johansenja",
1540+
"contributions": [
1541+
"doc"
1542+
]
15341543
}
15351544
],
15361545
"contributorsPerLine": 7,

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -251,6 +251,7 @@ Thanks goes to these wonderful people
251251
<tr>
252252
<td align="center"><a href="http://mcmunder.de"><img src="https://avatars3.githubusercontent.com/u/5681686?v=4" width="100px;" alt=""/><br /><sub><b>Matthias Christoph Munder</b></sub></a><br /><a href="https://github.com/codesandbox/codesandbox-client/issues?q=author%3Amcmunder" title="Bug reports">🐛</a> <a href="https://github.com/codesandbox/codesandbox-client/commits?author=mcmunder" title="Code">💻</a></td>
253253
<td align="center"><a href="http://anuraghazra.github.io"><img src="https://avatars3.githubusercontent.com/u/35374649?v=4" width="100px;" alt=""/><br /><sub><b>Anurag Hazra</b></sub></a><br /><a href="https://github.com/codesandbox/codesandbox-client/commits?author=anuraghazra" title="Code">💻</a></td>
254+
<td align="center"><a href="https://github.com/johansenja"><img src="https://avatars1.githubusercontent.com/u/43235608?v=4" width="100px;" alt=""/><br /><sub><b>johansenja</b></sub></a><br /><a href="https://github.com/codesandbox/codesandbox-client/commits?author=johansenja" title="Documentation">📖</a></td>
254255
</tr>
255256
</table>
256257

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

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,8 @@ description:
99

1010
All sandboxes on CodeSandbox are live, meaning you can share your sandbox with
1111
others for real time collaboration on code. You can simultaneously create,
12-
delete, edit for real time collaboration on code. You can simultaneously create,
1312
delete, edit and move files and code with others in a sandbox, as well as chat
14-
about your and move files and code with others in a sandbox, as well as chat
15-
about your changes. It's like Google Docs, but for coding. changes. It's like
16-
Google Docs, but for coding.
13+
about your changes. It's like Google Docs, but for coding.
1714

1815
![Live mode](./images/live-screenshot.png?v1)
1916

0 commit comments

Comments
 (0)