Skip to content

Commit 7ad67fd

Browse files
committed
Addressing Acrolinx issues
1 parent 04e345f commit 7ad67fd

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/connect/php/installation-tutorial-linux-mac.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ To test your installation, see **Testing Your Installation** at the end of this
141141

142142
## Installing the drivers on Red Hat 7 for PHP 7.0 and 7.1
143143
### Step 1. Install PHP
144-
To install PHP 7.1, simply replace remi-php70 with remi-php71 in the commands below.
144+
To install PHP 7.1, replace remi-php70 with remi-php71 in the following commands.
145145
```
146146
sudo su
147147
wget https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
@@ -280,7 +280,7 @@ To test your installation, see **Testing Your Installation** at the end of this
280280

281281
## Installing the drivers on MacOS El Capitan and Sierra
282282
### Step 1. Install PHP
283-
To install PHP 7.1, simply replace php70 with php71 in the commands below.
283+
To install PHP 7.1, replace php70 with php71 in the following commands.
284284
```
285285
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
286286
brew tap
@@ -316,7 +316,7 @@ sudo apachectl restart
316316
To test your installation, see **Testing Your Installation** at the end of this document.
317317

318318
## Testing Your Installation
319-
To test this sample script, create a file called testsql.php in /var/www/html/ (/usr/local/var/www/htdocs on MacOS) and copy the script below to it, replacing the server, database, username, and password as appropriate.
319+
To test this sample script, create a file called testsql.php in /var/www/html/ (/usr/local/var/www/htdocs on MacOS) and copy the following script to it, replacing the server, database, username, and password as appropriate.
320320
```
321321
<?php
322322
$serverName = "yourServername";

0 commit comments

Comments
 (0)