Skip to content

Commit 91e2c2a

Browse files
authored
Merge pull request #416 from jmmalaca/fix/typos
Fix - typo fix about the word 'You'
2 parents 5d13be7 + abf69db commit 91e2c2a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/date-time-picker.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ You can modify, in the gem's setup block, the default options like this:
4343
```ruby
4444
ActiveadminAddons.setup do |config|
4545
# Set default options for DateTimePickerInput. The options you can provide are the same as in
46-
# xdan's datetimepicker library (https://github.com/xdan/datetimepicker/tree/2.5.4). Yo need to
46+
# xdan's datetimepicker library (https://github.com/xdan/datetimepicker/tree/2.5.4). You need to
4747
# pass a ruby hash, avoid camelCase keys. For example: use min_date instead of minDate key.
4848
config.datetime_picker_default_options = {
4949
format: "d-m-Y H:i",

lib/generators/activeadmin_addons/install/templates/initializer.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# config.default_select = "slim-select"
44

55
# Set default options for DateTimePickerInput. The options you can provide are the same as in
6-
# xdan's datetimepicker library (https://github.com/xdan/datetimepicker/tree/2.5.4). Yo need to
6+
# xdan's datetimepicker library (https://github.com/xdan/datetimepicker/tree/2.5.4). You need to
77
# pass a ruby hash, avoid camelCase keys. For example: use min_date instead of minDate key.
88
# config.datetime_picker_default_options = {}
99

spec/dummy/config/initializers/activeadmin_addons.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# config.default_select = "slim-select"
44

55
# Set default options for DateTimePickerInput. The options you can provide are the same as in
6-
# xdan's datetimepicker library (https://github.com/xdan/datetimepicker/tree/2.5.4). Yo need to
6+
# xdan's datetimepicker library (https://github.com/xdan/datetimepicker/tree/2.5.4). You need to
77
# pass a ruby hash, avoid camelCase keys. For example: use min_date instead of minDate key.
88
# config.datetime_picker_default_options = {}
99

0 commit comments

Comments
 (0)