Skip to content

Commit

Permalink
Fix typo in security.md
Browse files Browse the repository at this point in the history
  • Loading branch information
brchristian committed May 14, 2014
1 parent 3cdc5c9 commit 2bbafdc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions guides/content/developer/tutorials/security.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ section: advanced

## Overview

Proper application design, intelligent programming, and secure infrastructure are all essential in creating a secure e-commerce store using any software (Spree included.) The Spree team has done its best to provide you with the tools to create a secure and profitable web presence but it is up to you to take these tools and put them in good practice. We highly recommend reading and understanding the [Rails Security Guide](http://guides.rubyonrails.org/security.html)
Proper application design, intelligent programming, and secure infrastructure are all essential in creating a secure e-commerce store using any software (Spree included). The Spree team has done its best to provide you with the tools to create a secure and profitable web presence but it is up to you to take these tools and put them in good practice. We highly recommend reading and understanding the [Rails Security Guide](http://guides.rubyonrails.org/security.html)

## Reporting Security Issues

Expand Down Expand Up @@ -306,4 +306,4 @@ Spree will periodically check for important security and release announcements.
"rails_env": "production",
"host": "www.spreecommerce.com"
}
```
```

0 comments on commit 2bbafdc

Please sign in to comment.