Skip to content

Commit 4bdd3ae

Browse files
author
Asgeir Nilsen
committed
fix
1 parent 95a8524 commit 4bdd3ae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ used if the full URI to the target is known.
1515
Full https URIs are sensitive to changes in the FINT API deployment configuration. To ensure that
1616
links are robust, the FINT APIs also support convenience methods that enables implementors to
1717
generate links when the target Java class is known. In these cases the methods
18-
`Link.with(Link, String...)` or `Link.with(Type, String)` come in handy. The first argument is the
18+
`Link.with(Type, String...)` or `Link.with(Type, String)` come in handy. The first argument is the
1919
Java class of the target resource, so to link to a `Person` you use
2020
`Link.with(typeof(Person), ...)`.
2121

0 commit comments

Comments
 (0)