PutForwards is misspelled as PutsForward in SVG.idl

bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1502250
gecko-commit: 1d7213c00697fd4589fd96401c527f8c5d420eaf
gecko-integration-branch: mozilla-inbound
gecko-reviewers: dholbert
diff --git a/interfaces/SVG.idl b/interfaces/SVG.idl
index 4c1c4855..9588ad0 100644
--- a/interfaces/SVG.idl
+++ b/interfaces/SVG.idl
@@ -676,7 +676,7 @@
   attribute DOMString download;
   attribute USVString ping;
   attribute DOMString rel;
-  [SameObject, PutsForward=value] readonly attribute DOMTokenList relList;
+  [SameObject, PutForwards=value] readonly attribute DOMTokenList relList;
   attribute DOMString hreflang;
   attribute DOMString type;