diff --git a/bridgetown-core/lib/site_template/README.md b/bridgetown-core/lib/site_template/README.md index 28c059fb4..7cad0b992 100644 --- a/bridgetown-core/lib/site_template/README.md +++ b/bridgetown-core/lib/site_template/README.md @@ -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. @@ -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 \ No newline at end of file +6. Create a new Pull Request