From 391f5dc1767d15f44b33be252325b657e0e8ce7e Mon Sep 17 00:00:00 2001 From: Prathamesh Sonpatki Date: Sun, 5 Oct 2014 18:28:42 +0530 Subject: Fix typo in Active Model guide - instrospection -> introspection. - [ci skip] --- guides/source/active_model_basics.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'guides/source') diff --git a/guides/source/active_model_basics.md b/guides/source/active_model_basics.md index ccbb0d7489..a520b91a4d 100644 --- a/guides/source/active_model_basics.md +++ b/guides/source/active_model_basics.md @@ -266,7 +266,7 @@ end When including `ActiveModel::Model` you get some features like: -- model name instrospection +- model name introspection - conversions - translations - validations @@ -511,7 +511,7 @@ features out of the box. `ActiveModel::SecurePassword` provides a way to securely store any password in an encrypted form. On including this module, a -`has_secure_password` class method is provided which defines +`has_secure_password` class method is provided which defines an accessor named `password` with certain validations on it. #### Requirements -- cgit v1.2.3