Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.

Commit a1c206c

Browse files
committed
Merge pull request #15 from orthographic-pedant/spell_check/ability
Fixed typographical error, changed abilty to ability in README.
2 parents 6a2bacc + d8c7089 commit a1c206c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ A set of integration and unit tests can be found in _src/test/java_ (tests) & _s
6161
* Support for Java 7 Data and Time classes
6262
* Include the ability to define a database driven properties source not just properties files
6363
* Implement error recovery inside PropertiesWatcher.class, including better thread recovery
64-
* Abilty to perform additional re-bind logic when a property is changed, i.e. if a class has an open DB connection whcih needs tobe re-established using newly set properties.
64+
* Ability to perform additional re-bind logic when a property is changed, i.e. if a class has an open DB connection whcih needs tobe re-established using newly set properties.
6565
* Replace callback Properties EventHandler with Guava EventBus
6666
* Ability to configure usage via spring's @Configuration
6767

0 commit comments

Comments
 (0)