Skip to content

Commit

Permalink
spelling: values
Browse files Browse the repository at this point in the history
  • Loading branch information
jsoref committed Sep 20, 2019
1 parent 22902c9 commit 2fab312
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/lib/dependabot/update_checkers/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Each `Dependabot::UpdateCheckers` class implements the following methods:
|------------------------------|-----------------------------------------------------------------------------------------------|
| `#up_to_date?` | Returns a boolean for whether the dependency this instance was created with is currently at the latest version. |
| `#can_update?` | Returns a boolean for whether the dependency this instance was created with needs updating. This will be true if the dependency and/or its requirements can be updated to support a newer version whilst keeping the dependency files it came from resolvable. |
| `#updated_dependencies` | Returns an array of updated `Dependabot::Dependency` instance with updated `version` and `requirements` attributes. The previous valuse are stored on the instance as `previous_version` and `previous_requirements`. |
| `#updated_dependencies` | Returns an array of updated `Dependabot::Dependency` instance with updated `version` and `requirements` attributes. The previous values are stored on the instance as `previous_version` and `previous_requirements`. |
| `#latest_version` | See the "Writing an update checker" section. |
| `#latest_resolvable_version` | See the "Writing an update checker" section. |
| `#updated_requirements` | See the "Writing an update checker" section. |
Expand Down

0 comments on commit 2fab312

Please sign in to comment.