Adding "doc-credit" to DPUB ARIA roles (#45263)

* Adding "doc-credit" to DPUB ARIA roles. "doc-credits" was present, but "doc-credit" was missing. Now it's inline with DPUB ARIA 1.1: https://www.w3.org/TR/dpub-aria-1.1/
diff --git a/dpub-aam/role/roles.html b/dpub-aam/role/roles.html
index b984097..62e33b9 100644
--- a/dpub-aam/role/roles.html
+++ b/dpub-aam/role/roles.html
@@ -28,6 +28,7 @@
   "doc-colophon",
   "doc-conclusion",
   "doc-cover",
+  "doc-credit",
   "doc-credits",
   "doc-dedication",
   // "doc-endnote", // deprecated
@@ -60,4 +61,5 @@
 
 </script>
 </body>
-</html>
\ No newline at end of file
+</html>
+