Skip to content

Commit

Permalink
Fixes a typo in the site template repo README (bridgetownrb#549)
Browse files Browse the repository at this point in the history
  • Loading branch information
johlym authored May 9, 2022
1 parent d8c0780 commit e4f385a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bridgetown-core/lib/site_template/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ bin/bridgetown console
## Deployment

You can deploy Bridgetown sites on hosts like Render or Vercel as well as tranditional web servers by simply building and copying the output folder to your HTML root.
You can deploy Bridgetown sites on hosts like Render or Vercel as well as traditional web servers by simply building and copying the output folder to your HTML root.

> Read the [Bridgetown Deployment Documentation](https://www.bridgetownrb.com/docs/deployment) for more information.
Expand All @@ -67,4 +67,4 @@ If repo is on GitHub:
3. Create your feature branch (`git checkout -b my-new-feature`)
4. Commit your changes (`git commit -am 'Add some feature'`)
5. Push to the branch (`git push origin my-new-feature`)
6. Create a new Pull Request
6. Create a new Pull Request

0 comments on commit e4f385a

Please sign in to comment.