Skip to content

Commit 9766ae5

Browse files
fix: remove unnecessary back ticks
Co-authored-by: Riccardo <[email protected]>
1 parent d5b8afe commit 9766ae5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/the-new-architecture/backward-compatibility-turbomodules.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ For a Turbo Native Module, the source of truth is the `Native<MyModule>.js` (or
347347
import MyModule from 'your-module/src/index';
348348
```
349349

350-
Since `TurboModuleRegistry.get` taps into the old `NativeModules` API under the hood, we need to re-export our module, to avoid registering it multiple times.
350+
Since `TurboModuleRegistry.get` taps into the old Native Modules API under the hood, we need to re-export our module, to avoid registering it multiple times.
351351

352352
<Tabs groupId="turbomodule-backward-compatibility"
353353
defaultValue={constants.defaultTurboModuleSpecLanguage}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ For a Turbo Native Module, the source of truth is the `Native<MyModule>.js` (or
332332
import MyModule from 'your-module/src/index';
333333
```
334334

335-
Since `TurboModuleRegistry.get` taps into the old `NativeModules` API under the hood, we need to re-export our module, to avoid registering it multiple times.
335+
Since `TurboModuleRegistry.get` taps into the old Native Modules API under the hood, we need to re-export our module, to avoid registering it multiple times.
336336

337337
<Tabs groupId="turbomodule-backward-compatibility"
338338
defaultValue={constants.defaultTurboModuleSpecLanguage}

0 commit comments

Comments
 (0)