From cbdf5178db4272e98970930d91ca9b3f0e50de83 Mon Sep 17 00:00:00 2001 From: Rahim Abdi Date: Wed, 29 Jan 2025 20:42:03 -0800 Subject: [PATCH] wrong preposition, by -> for --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 48026c11e..dcb38fc54 100644 --- a/README.md +++ b/README.md @@ -203,7 +203,7 @@ type”](https://respec.org/xref/?term=nullable+type) and ``` -In this example, "nullable" will show up in the spec text as a [ReSpec alias](https://respec.org/docs/#aliases-and-synonyms) for "nullable type" in the WebIDL spec. Aliases can only be provided by [concepts in spec](https://respec.org/docs/#concept-shorthands) (such as terms) and are helpful when you'd like the visible text for a ReSpec link to be different than the term being linked. Please note that it is not currently possible to provide an alias for an interface (e.g., #element in the DOM spec). +In this example, "nullable" will show up in the spec text as a [ReSpec alias](https://respec.org/docs/#aliases-and-synonyms) for "nullable type" in the WebIDL spec. Aliases can only be provided for [concepts in spec](https://respec.org/docs/#concept-shorthands) (such as terms) and are helpful when you'd like the visible text for a ReSpec link to be different than the term being linked. Please note that it is not currently possible to provide an alias for an interface (e.g., #element in the DOM spec). In some cases, a term may be defined in multiple specifications with the same `xref` syntax. For example, [“`[=range=]`” is defined in both the DOM and