Skip to content

Commit 74474ed

Browse files
author
Ives van Hoorne
committed
Update cache of content
1 parent a979d9f commit 74474ed

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

packages/homepage/content/docs/1-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ quickly noticed that other students at the university were using CodeSandbox to
3333
learn React, and we found this a great idea.
3434

3535
We shifted our focus to make it as easy as possible to start a project, and to
36-
make UI and UX as easy as possible.
36+
make UI and UX very simple but useful.
3737

3838
### Empower Sharability and Discoverability
3939

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ This embed is focused on being as light as possible:
5353

5454
### Code Example Embed
5555

56-
You can also use CodeSandbox to show code examples, with highlighted lines. We recommend using CodeMirror for now for that:
56+
You can also use CodeSandbox to show code examples, with highlighted lines. This is only supported with the CodeMirror editor currently:
5757

5858
`https://codesandbox.io/embed/new?codemirror=1&highlights=11,12,13,14`
5959

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ Every request **requires** a `package.json`. This file can either be a string or
8282

8383
### GET Request
8484

85-
It's very hard to send the JSON parameters with a GET request, there is a chance of unescaped characters and the URL hits its limit of ~2000 characters quickly. That's why we first compress the files to a compressed `lz-string`. We offer a utility function in the `codesandbox` dependency for this. Implementation would look like this:
85+
It's very hard to send the JSON parameters with a GET request, there is a chance of unescaped characters and the URL hits its limit of ~2000 characters quickly. That's why we first compress the files to a compressed `lz-string`. We offer a utility function in the `codesandbox` dependency for this. The implementation looks like this:
8686

8787
```js
8888
import { getParameters } from 'codesandbox/lib/api/define';

0 commit comments

Comments
 (0)