diff --git a/index.bs b/index.bs
index 8a83a41..2909c0f 100644
--- a/index.bs
+++ b/index.bs
@@ -32,10 +32,9 @@ For now, see the [explainer](https://github.com/webmachinelearning/translation-a
The translator API
-// TODO FIX: workaround for https://github.com/speced/bikeshed/issues/3023
-// partial interface AI {
-// readonly attribute AITranslatorFactory translator;
-// };
+partial interface AI {
+ readonly attribute AITranslatorFactory translator;
+};
[Exposed=(Window,Worker), SecureContext]
interface AITranslatorFactory {