Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
tagliala committed Apr 22, 2024
1 parent 8cd2510 commit 3bf3ded
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@

* [FEATURE] Refactor client-side numericality validator ([#717](https://github.com/DavyJonesLocker/client_side_validations/issues/717))
* [ENHANCEMENT] Test against Ruby 2.2.8, 2.3.5, and 2.4.2
* [ENHANCEMENT] Update js_regex runtime depenency to 2.0
* [ENHANCEMENT] Update js_regex runtime dependency to 2.0
* [ENHANCEMENT] Update development dependencies

## 9.3.4 / 2017-07-15
Expand Down Expand Up @@ -270,7 +270,7 @@
* [ENHANCEMENT] Code cleanup
* [ENHANCEMENT] Test against Ruby 2.4.1 and Rails 5.1.0.rc1
* [ENHANCEMENT] Test against jQuery 3.2.0 and 3.2.1
* [ENHANCEMENT] Update jquery-rails runtime depenency to 4.3
* [ENHANCEMENT] Update jquery-rails runtime dependency to 4.3
* [ENHANCEMENT] Update development dependencies

## 9.1.0 / 2017-03-07
Expand Down
2 changes: 1 addition & 1 deletion lib/client_side_validations/files.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# frozen_string_literal: true

# This is only used by dependant libraries that need to find the files
# This is only used by dependent libraries that need to find the files

module ClientSideValidations
module Files
Expand Down

0 comments on commit 3bf3ded

Please sign in to comment.