Skip to content

Commit be65618

Browse files
committed
refactor: live preview php docs update
1 parent 431b071 commit be65618

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/08-Features/06-Live Preview/03-php-live-preview.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import VideoPlayer from '@site/src/components/Video/player';
77
import Tabs from '@theme/Tabs';
88
import TabItem from '@theme/TabItem';
99

10-
Setting up a live preview for PHP projects is straightforward with Apache and XAMPP. Below are the installation and configuration steps for each operating system:
10+
Setting up Live Preview for PHP projects is straightforward with *Apache* and *XAMPP*. Below are the installation and configuration steps for each operating system:
1111

1212
<Tabs
1313
defaultValue="windows"
@@ -60,9 +60,9 @@ Setting up a live preview for PHP projects is straightforward with Apache and XA
6060
</TabItem>
6161

6262
</Tabs>
63-
6. Add the following settings to your custom live preview:
63+
6. Add the following settings to your custom Live Preview:
6464
![Custom Live Preview Settings](../images/phpLivePreview/phpCustomServer.png)
65-
Your live preview should now automatically update to reflect changes whenever PHP files are edited.
65+
Your Live Preview should now automatically update to reflect changes whenever PHP files are edited.
6666

6767
## PHP Live Preview in Action
6868

0 commit comments

Comments
 (0)