Minor typo in docs

This commit is contained in:
Rossen Stoyanchev
2018-03-23 11:12:54 -04:00
parent 3b4c7a40c0
commit 94924566d5
2 changed files with 4 additions and 4 deletions

View File

@@ -200,9 +200,9 @@ By default, the `create()` static factory method enables only read access to pro
You can also obtain a builder to configure the exact level of support needed, targeting
one of, or some combination of the following:
. Custom {@code PropertyAccessor} only (no reflection)
. Data binding properties for read-only access
. Data binding properties for read and write
. Custom `PropertyAccessor` only (no reflection).
. Data binding properties for read-only access.
. Data binding properties for read and write.
[[expressions-type-conversion]]