From 417fe2c1f6040dfd7fd915e481e69ce9b42cac8b Mon Sep 17 00:00:00 2001 From: s26011-cloud Date: Sun, 30 Aug 2026 21:49:27 +0900 Subject: [PATCH] Fix a/an grammar errors in reference docs --- src/content/reference/react-dom/components/index.md | 2 +- src/content/reference/react/experimental_taintUniqueValue.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/content/reference/react-dom/components/index.md b/src/content/reference/react-dom/components/index.md index 3a23dc11c32..2bd0fe88511 100644 --- a/src/content/reference/react-dom/components/index.md +++ b/src/content/reference/react-dom/components/index.md @@ -186,7 +186,7 @@ Non-string JavaScript values passed to custom elements will be serialized by def ``` -React will, however, recognize an custom element's property as one that it may pass arbitrary values to if the property name shows up on the class during construction: +React will, however, recognize a custom element's property as one that it may pass arbitrary values to if the property name shows up on the class during construction: diff --git a/src/content/reference/react/experimental_taintUniqueValue.md b/src/content/reference/react/experimental_taintUniqueValue.md index bea4b627da8..bebdd957dd9 100644 --- a/src/content/reference/react/experimental_taintUniqueValue.md +++ b/src/content/reference/react/experimental_taintUniqueValue.md @@ -91,7 +91,7 @@ experimental_taintUniqueValue( ); ``` -If the tainted value's lifespan is tied to a object, the `lifetime` should be the object that encapsulates the value. This ensures the tainted value remains protected for the lifetime of the encapsulating object. +If the tainted value's lifespan is tied to an object, the `lifetime` should be the object that encapsulates the value. This ensures the tainted value remains protected for the lifetime of the encapsulating object. ```js import {experimental_taintUniqueValue} from 'react';