From 4d8e741c74da5582942eec80fa4cc077d8a37ca2 Mon Sep 17 00:00:00 2001 From: s26011-cloud Date: Sun, 30 Aug 2026 22:23:25 +0900 Subject: [PATCH] Fix duplicate word in Fabric native commands doc --- docs/the-new-architecture/fabric-component-native-commands.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/the-new-architecture/fabric-component-native-commands.md b/docs/the-new-architecture/fabric-component-native-commands.md index 5cb5dbd6710..44fa17d7d44 100644 --- a/docs/the-new-architecture/fabric-component-native-commands.md +++ b/docs/the-new-architecture/fabric-component-native-commands.md @@ -99,7 +99,7 @@ In TypeScript, the `React.ElementRef` is deprecated. The correct type to use is ## 2. Update the App code to use the new command -Now you can use the command in the the app. +Now you can use the command in the app.