Skip to content

Commit 0a33118

Browse files
committed
fix: language lint
1 parent 04db44e commit 0a33118

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/the-new-architecture/backward-compatibility-fabric-components.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,7 @@ For a Fabric Native Component, the source of truth is the `<YourModule>NativeCom
416416
import MyComponent from 'your-component/src/index';
417417
```
418418

419-
Since `codegenNativeComponent` is calling the `requireNativeComponent` under the hood, we just need to re-export our component, to avoid registering it multiple times.
419+
Since `codegenNativeComponent` is calling the `requireNativeComponent` under the hood, we need to re-export our component, to avoid registering it multiple times.
420420

421421
<Tabs groupId="fabric-component-backward-compatibility"
422422
defaultValue={constants.defaultFabricComponentSpecLanguage}

website/versioned_docs/version-0.70/the-new-architecture/backward-compatibility-fabric-components.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,7 @@ For a Fabric Native Component, the source of truth is the `<YourModule>NativeCom
394394
import MyComponent from 'your-component/src/index';
395395
```
396396

397-
Since `codegenNativeComponent` is calling the `requireNativeComponent` under the hood, we just need to re-export our component, to avoid registering it multiple times.
397+
Since `codegenNativeComponent` is calling the `requireNativeComponent` under the hood, we need to re-export our component, to avoid registering it multiple times.
398398

399399
<Tabs groupId="fabric-component-backward-compatibility"
400400
defaultValue={constants.defaultFabricComponentSpecLanguage}

0 commit comments

Comments
 (0)