Skip to content

Commit 590e257

Browse files
committed
fix typo
1 parent ff1fd05 commit 590e257

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

views/diagnostics-page.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ class="dashicons <?php echo $view['curlSupported'] ? 'dashicons-yes' : 'dashicon
8080
<td>
8181
<p>You need the cURL extension enabled on your web server</p>
8282

83-
<p> This is a library that allows the plugin to better export your static site out to services like GitHub, S3, Dropbox, BunnyCDN, etc. It's usually an easy fix to get this working. You can try Googling "How to enable cURL extension for PHP", along with the name of the environment you are using to run your WordPress site. This may be something like DigitalOcean, GoDaddy or LAMP, MAMP, WAMP for your webserver on your local computer. If you're still having trouble, the developer of this plugin is easger to help you get up and running. Please ask for help on our <a href="https://forum.wp2static.com">forum</a>.</p>
83+
<p> This is a library that allows the plugin to better export your static site out to services like GitHub, S3, Dropbox, BunnyCDN, etc. It's usually an easy fix to get this working. You can try Googling "How to enable cURL extension for PHP", along with the name of the environment you are using to run your WordPress site. This may be something like DigitalOcean, GoDaddy or LAMP, MAMP, WAMP for your webserver on your local computer. If you're still having trouble, the developer of this plugin is eager to help you get up and running. Please ask for help on our <a href="https://forum.wp2static.com">forum</a>.</p>
8484
</td>
8585
</tr>
8686
<tr>
@@ -187,6 +187,6 @@ class="dashicons <?php echo $view['permalinksAreCompatible'] ? 'dashicons-yes' :
187187
<p>PHP DOMDocument library available</p>
188188
<code> $view['domDocumentAvailable'] = class_exists( 'DOMDocument' );</code>
189189
<h2 class="title">You're missing a required PHP library (DOMDocument)</h2>
190-
<p> This is a library that is used to parse the HTML documents when WP2Static crawls your site. It's usually an easy fix to get this working. You can try Googling "DOMDocument missing", along with the name of the environment you are using to run your WordPress site. This may be something like DigitalOcean, GoDaddy or LAMP, MAMP, WAMP for your webserver on your local computer. If you're still having trouble, the developer of this plugin is easger to help you get up and running. Please ask for help on our <a href="https://forum.wp2static.com">forum</a>.</p>
190+
<p> This is a library that is used to parse the HTML documents when WP2Static crawls your site. It's usually an easy fix to get this working. You can try Googling "DOMDocument missing", along with the name of the environment you are using to run your WordPress site. This may be something like DigitalOcean, GoDaddy or LAMP, MAMP, WAMP for your webserver on your local computer. If you're still having trouble, the developer of this plugin is eager to help you get up and running. Please ask for help on our <a href="https://forum.wp2static.com">forum</a>.</p>
191191
</div>
192192
</div>

0 commit comments

Comments
 (0)