Skip to content

Commit c728c28

Browse files
kayakrweitzman
authored andcommitted
Update example.drushrc.php
Fix typo.
1 parent b74331f commit c728c28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/example.drushrc.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@
120120
// Load a drushrc.php configuration file from the current working directory.
121121
# $options['config'][] = './drushrc.php';
122122
// Load a drushrc.php configuration file from the directory sites/all/drush,
123-
// releative to the current Drupal site.
123+
// relative to the current Drupal site.
124124
# $root = drush_get_context('DRUSH_SELECTED_DRUPAL_ROOT');
125125
# if ($root) {
126126
# $options['config'][] = $root . "/sites/all/drush/drushrc.php";

0 commit comments

Comments
 (0)