diff --git a/api/src/main/javadoc/overview.html b/api/src/main/javadoc/overview.html
index 2b822089..8f2e5693 100644
--- a/api/src/main/javadoc/overview.html
+++ b/api/src/main/javadoc/overview.html
@@ -92,7 +92,7 @@
The Object Model API
This example shows
how to read and create an empty {@code JsonArray} model using the interface
{@code JsonReader}. Similarly, these object models can be written to an output
-source (such as {@link java.io.OutputStream} or {@link java.io.Writer}) using
+source (such as {@link java.io.OutputStream} or {@link java.io.Writer}) using
the class {@link jakarta.json.JsonWriter}.
This example shows
how to write an empty {@code JsonObject} model using the interface