Skip to content

Commit e48ae7b

Browse files
committed
format
1 parent ffb4dd5 commit e48ae7b

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

README.md

+2-4
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,7 @@ Playground aims to shift the WordPress learning journey from following screensho
9595

9696
Imagine live Playgrounds that guide users through building their first website, customizing a theme, or setting up an e-commerce store. Furthermore, users would have the freedom to take a detour and explore on their own. The goal is to not to create specific tutorials or apps, but rather to empower developers with the tools necessary to build them.
9797

98-
Key features include support for pre-defining an initial site setup and the ability to provide step-by-step interactive instructions.
99-
98+
Key features include support for pre-defining an initial site setup and the ability to provide step-by-step interactive instructions.
10099

101100
### Learning WordPress Development Through Writing Code
102101

@@ -106,8 +105,7 @@ Imagine an in-browser code editor with an instant preview of everything you buil
106105

107106
The goal is not to build such a full-featured code editor in Playground, but rather to provide the tools necessary to build one.
108107

109-
Key features include running PHP code in Playground, an abstraction for synchronizing files with a Playground instance, and a PHP binary that supports CLI tools like wp-cli or phpunit.
110-
108+
Key features include running PHP code in Playground, an abstraction for synchronizing files with a Playground instance, and a PHP binary that supports CLI tools like wp-cli or phpunit.
111109

112110
### Instant access to WordPress ecosystem
113111

packages/docs/site/docs/11-architecture/05-wasm-php-filesystem.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ The PHP module has its own filesystem separate from your computer's filesystem.
44

55
In general, WordPress Playground uses an in-memory virtual filesystem.
66

7-
However, in Node.js, you can also mount a real directory from the host filesystem into the PHP filesystem.
7+
However, in Node.js, you can also mount a real directory from the host filesystem into the PHP filesystem.
88

99
Here's how to interact with the filesystem in WordPress Playground:
1010

0 commit comments

Comments
 (0)