Commit 3fd0259
Fix typo "becuase" -> "because" in processFilter comment (#57746)
Summary:
Corrects a spelling mistake ("becuase" -> "because") in the explanatory
comment for the invalid-primitive short-circuit in `processFilter.js`. The
same comment appears twice; both occurrences are fixed.
This is a comment-only change with no runtime behavior change.
## Changelog:
[INTERNAL] [FIXED] - Fix typo in processFilter.js comment
Pull Request resolved: #57746
Test Plan:
Comment-only change — no runtime behavior is affected, so there is nothing to
exercise at runtime.
- The diff touches only comment text: 2 lines, both `becuase` -> `because`
(`packages/react-native/Libraries/StyleSheet/processFilter.js`).
- No code tokens changed, so existing type-checking, lint, and tests for this
file remain valid.
Reviewed By: javache
Differential Revision: D114031572
Pulled By: fabriziocucci
fbshipit-source-id: 3b380170f85f03daef700bd6f776570e59fc6a201 parent ece0efe commit 3fd0259
1 file changed
Lines changed: 2 additions & 2 deletions
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
86 | | - | |
| 86 | + | |
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
| |||
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
113 | | - | |
| 113 | + | |
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
| |||
0 commit comments