Skip to content
This repository was archived by the owner on Sep 5, 2024. It is now read-only.

Commit 3746148

Browse files
committed
docs(codepen): refinements from code review
1 parent b57e4f7 commit 3746148

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

docs/guides/CODEPEN.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,19 @@
22

33
## Description
44

5-
Users will be able to click a button on each demo to open in CodePen
6-
to edit. From there the user can edit, save, or make other
5+
Users can click a button on each demo to open it in CodePen
6+
for editing. From there the user can edit, save, or make other
77
modifications to the example.
88

99
## Why CodePen?
1010

1111
CodePen appears to be one the most stable and active online sandboxes.
12-
It also has less accessibility problems than the other tools.
12+
It offers a more accessible experience compared to other tools.
1313

1414
## How does it work?
1515

16-
When you click the **'Edit on CodePen'** button, all files including
17-
html, css, js, templates are used to create the new CodePen by posting
18-
to the [CodePen API](http://blog.codepen.io/documentation/api/prefill/).
16+
Clicking **'Edit on CodePen'** creates a new CodePen instance that includes all HTML, CSS, and
17+
JavaScript assets via the [CodePen API](http://blog.codepen.io/documentation/api/prefill).
1918
We append an additional script to the new CodePen to initialize the
2019
[cache](#asset_cache), which is responsible for serving assets.
2120

0 commit comments

Comments
 (0)