Skip to content

Commit

Permalink
ACMS-000: Minor issue fixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
vishalkhode1 committed Nov 21, 2023
1 parent f170762 commit 2b890e5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ You can also install this using Composer like so:
composer require acquia/drupal-recommended-settings
```

# Quick examples.
## Generate settings for a given site.
# Quick examples
## Generate settings for a given site
```
<?php
Expand All @@ -44,7 +44,7 @@ try {
}
```

## Generate settings for a given site passing database credentials.
## Generate settings for a given site passing database credentials

```
<?php
Expand Down
2 changes: 1 addition & 1 deletion src/Common/ArrayManipulator.php
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ public static function flattenMultidimensionalArray(array $array, string $glue):
* The multi-dimensional array.
*
* @return string[]
* The human-readble, flat array.
* The human-readable, flat array.
*/
public static function convertArrayToFlatTextArray(array $array): array {
$rows = [];
Expand Down

0 comments on commit 2b890e5

Please sign in to comment.