Update RecordELResolver Javadoc, throws should be thrown
diff --git a/api/src/main/java/jakarta/el/RecordELResolver.java b/api/src/main/java/jakarta/el/RecordELResolver.java
index 6723f2a..8c6253a 100644
--- a/api/src/main/java/jakarta/el/RecordELResolver.java
+++ b/api/src/main/java/jakarta/el/RecordELResolver.java
@@ -52,7 +52,7 @@
      * @throws NullPointerException      if the provided {@link ELContext} is {@code null}.
      * @throws PropertyNotFoundException if the {@code base} is an instance of {@link Record} and the specified property
      *                                       does not exist.
-     * @throws ELException               if an exception was throws while performing the property resolution. The thrown
+     * @throws ELException               if an exception was thrown while performing the property resolution. The thrown
      *                                       exception must be included as the cause of this exception, if available.
      */
     @Override