Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Underscore-Methods.md #4828

Merged
merged 1 commit into from
Oct 12, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/api/Field/Underscore-Methods.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Underscore methods

Many fields have special functions to allow you to manipulate data, which are referred to throughout the documentation called `undercore methods`. These allow specific actions to be called that relate to the data in that field. An example is the `password.compare` method.
Many fields have special functions to allow you to manipulate data, which are referred to throughout the documentation called `underscore methods`. These allow specific actions to be called that relate to the data in that field. An example is the `password.compare` method.

To access an underscore method, you can use an instance of the object. For example, if you have a user with a password field, you may want to access the compare method.

Expand All @@ -10,4 +10,4 @@ Once you have retrieved a user from the database you can find the method at:
user._.password.compare()
```

> NOTE: Underscore Methods in Keystone have no relation to the javascript undercore library.
> NOTE: Underscore Methods in Keystone have no relation to the javascript underscore library.