diff --git a/src/content/libraries/dart-html.md b/src/content/libraries/dart-html.md
index c04db66e99..9f411e31d2 100644
--- a/src/content/libraries/dart-html.md
+++ b/src/content/libraries/dart-html.md
@@ -8,7 +8,7 @@ prevpage:
:::warning
The `dart:html` library is deprecated.
-Instead, use [`dart:js_interop`][] or [`package:web`][].
+Instead, use [`dart:js_interop`][] and [`package:web`][].
:::
Use the [dart:html][] library to program the browser, manipulate objects and
diff --git a/src/content/libraries/index.md b/src/content/libraries/index.md
index b0f45f3703..64858ba0e2 100644
--- a/src/content/libraries/index.md
+++ b/src/content/libraries/index.md
@@ -47,7 +47,7 @@ consult the [Dart API reference.][Dart API]
including Flutter apps, servers, and command-line scripts.
[dart:js_interop](/interop/js-interop)
-: DOM and other APIs for browser-based apps.
+: APIs for interop with the web platform.
`dart:js_interop` replaces `dart:html`.