Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

Correcting typos in BLT Drush template and Onboarding documentation #539

Merged
merged 1 commit into from
Oct 11, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion readme/onboarding.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,4 +79,4 @@ When working with GitHub, the [hub](https://github.com/github/hub) utility can b

## Next steps

Review [BLT documentation by role](https://http://blt.readthedocs.io/) to learn how to perform common project tasks and integrate with third party tools.
Review [BLT documentation by role](http://blt.readthedocs.io/) to learn how to perform common project tasks and integrate with third party tools.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

// Use the folloing alias as a guide for creating a local alias.
// Use the following alias as a guide for creating a local alias.

// $aliases['[PROJECT-NAME]'] = array(
// 'uri' => '[PROJECT-NAME].dev',
Expand Down