Skip to content

Commit 2b890e5

Browse files
committed
ACMS-000: Minor issue fixed.
1 parent f170762 commit 2b890e5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ You can also install this using Composer like so:
1919
composer require acquia/drupal-recommended-settings
2020
```
2121

22-
# Quick examples.
23-
## Generate settings for a given site.
22+
# Quick examples
23+
## Generate settings for a given site
2424
```
2525
<?php
2626
@@ -44,7 +44,7 @@ try {
4444
}
4545
```
4646

47-
## Generate settings for a given site passing database credentials.
47+
## Generate settings for a given site passing database credentials
4848

4949
```
5050
<?php

src/Common/ArrayManipulator.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ public static function flattenMultidimensionalArray(array $array, string $glue):
117117
* The multi-dimensional array.
118118
*
119119
* @return string[]
120-
* The human-readble, flat array.
120+
* The human-readable, flat array.
121121
*/
122122
public static function convertArrayToFlatTextArray(array $array): array {
123123
$rows = [];

0 commit comments

Comments
 (0)