Skip to content

Commit 0df0be2

Browse files
rubennortemeta-codesync[bot]
authored andcommitted
Fix markdown formatting in react-native-fantom docs README (#57486)
Summary: Pull Request resolved: #57486 `prettier --list-different` (run via `yarn format-check`) flagged the react-native-fantom `__docs__/README.md` as unformatted. Re-wrap the two affected prose lines to prettier's print width so the docs pass the formatting check. No content changes; formatting only. Changelog: [Internal] ___ Differential Revision: D111041556 fbshipit-source-id: cab15f502e941d908503e0873fe8cba12b48686f
1 parent a69badd commit 0df0be2

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

  • private/react-native-fantom/__docs__

private/react-native-fantom/__docs__/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -187,12 +187,12 @@ hi
187187
underlying native (Fabric/TurboModules) code, so tests stay close to real
188188
usage and are more resilient to internal refactors. Observe results through
189189
the public surface too — e.g. assert the rendered output
190-
(`root.getRenderedOutput(...)`) or values delivered to public listeners
191-
rather than reading private state.
190+
(`root.getRenderedOutput(...)`) or values delivered to public listeners rather
191+
than reading private state.
192192
- When Fantom doesn't support something (a native module, a capability, a way
193193
to observe a result, etc.), it's fine to reach into internals to work around
194-
that limitation. Prefer a short comment explaining why the internal access is
195-
necessary.
194+
that limitation. Prefer a short comment explaining why the internal access
195+
is necessary.
196196
- Place test files in `__tests__` directories alongside the code being tested.
197197
- Benchmark tests use the `-benchmark-itest.js` suffix.
198198
- Use `Fantom.runTask()` to render and run synchronous operations; it ensures

0 commit comments

Comments
 (0)