From caf1cf81ba15a15dd0e230ecffc5d0620d0ff898 Mon Sep 17 00:00:00 2001 From: Brett Cannon Date: Tue, 16 Apr 2024 14:56:04 -0700 Subject: [PATCH] Add a missing word --- pages/docs/manual/latest/external.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/docs/manual/latest/external.mdx b/pages/docs/manual/latest/external.mdx index 85641a305..d722646b9 100644 --- a/pages/docs/manual/latest/external.mdx +++ b/pages/docs/manual/latest/external.mdx @@ -24,7 +24,7 @@ canonical: "/docs/manual/latest/external" -There are several kinds of `external`s, differentiated and/or augmented through the [attribute](attribute.md) they carry. This page deals with the general, shared mechanism behind most `external`s. The different are documented in their respective pages later. A few notable ones: +There are several kinds of `external`s, differentiated and/or augmented through the [attribute](attribute.md) they carry. This page deals with the general, shared mechanism behind most `external`s. The different `external`s are documented in their respective pages later. A few notable ones: - `@val`, `@scope`: [bind to global JS values](bind-to-global-js-values). - `@module`: [bind to JS imported/exported values](import-from-export-to-js).