Minor change to trigger re-deploy
diff --git a/src/main/asciidoc/annotations.adoc b/src/main/asciidoc/annotations.adoc
index 5079a3a..47cfe7f 100644
--- a/src/main/asciidoc/annotations.adoc
+++ b/src/main/asciidoc/annotations.adoc
@@ -20,7 +20,7 @@
 column names shouldn't really be specified using annotations although it
 is permitted. Instead it would be better to put such information in an
 ORM MetaData file.
-* Annotations can be added in two places - for the class as a whole, or
+* Annotations can be added in two places – for the class as a whole, or
 for a field in particular.
 * You can annotate fields or getters with field-level information. If
 you annotate fields then the fields are processed for persistence. If