提交 85c3d5b2 编写于 作者: A Abdelkader Boudih

Merge pull request #17183 from prathamesh-sonpatki/fix-typo-in-am-guide

Fix typo in Active Model guide
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册