Skip to content

Commit 1bf0248

Browse files
committed
Use American English
1 parent 2f4d578 commit 1bf0248

10 files changed

Lines changed: 10 additions & 10 deletions

.ado/jobs/e2e-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ jobs:
170170
# written directly at the root were observed to disappear during
171171
# the long `Update snapshots` step that runs after a failed test;
172172
# files in a subfolder survive. We don't know which agent
173-
# behaviour deletes them — Defender, a 1ES cleanup script, or a
173+
# behavior deletes them — Defender, a 1ES cleanup script, or a
174174
# side-effect of `yarn e2etest -u` — but a subfolder evades it.
175175
- pwsh: |
176176
$procDump = Join-Path "$(ProcDumpPath)" 'procdump64.exe'

packages/e2e-test-app-fabric/test/AccessibilityTest.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ const searchBox = async (input: string) => {
2626
await app.waitUntil(
2727
async () => {
2828
// Clear before each attempt: WinAppDriver's setValue can fall back to
29-
// synthesised keystrokes for custom RN TextInputs, which append rather
29+
// synthesized keystrokes for custom RN TextInputs, which append rather
3030
// than replace. Without the clear, a retry produces concatenated text
3131
// and the comparison never converges.
3232
await searchBox.clearValue();

packages/e2e-test-app-fabric/test/ButtonComponentTest.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ const searchBox = async (input: string) => {
2727
await app.waitUntil(
2828
async () => {
2929
// Clear before each attempt: WinAppDriver's setValue can fall back to
30-
// synthesised keystrokes for custom RN TextInputs, which append rather
30+
// synthesized keystrokes for custom RN TextInputs, which append rather
3131
// than replace. Without the clear, a retry produces concatenated text
3232
// and the comparison never converges.
3333
await searchBox.clearValue();

packages/e2e-test-app-fabric/test/FlatListComponentTest.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ const searchBox = async (input: string) => {
2929
await app.waitUntil(
3030
async () => {
3131
// Clear before each attempt: WinAppDriver's setValue can fall back to
32-
// synthesised keystrokes for custom RN TextInputs, which append rather
32+
// synthesized keystrokes for custom RN TextInputs, which append rather
3333
// than replace. Without the clear, a retry produces concatenated text
3434
// and the comparison never converges.
3535
await searchBox.clearValue();

packages/e2e-test-app-fabric/test/PointerButtonComponentTest.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ const searchBox = async (input: string) => {
2626
await app.waitUntil(
2727
async () => {
2828
// Clear before each attempt: WinAppDriver's setValue can fall back to
29-
// synthesised keystrokes for custom RN TextInputs, which append rather
29+
// synthesized keystrokes for custom RN TextInputs, which append rather
3030
// than replace. Without the clear, a retry produces concatenated text
3131
// and the comparison never converges.
3232
await searchBox.clearValue();

packages/e2e-test-app-fabric/test/RNTesterNavigation.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ async function goToExample(example: string) {
3838
await app.waitUntil(
3939
async () => {
4040
// Clear before each attempt: WinAppDriver's setValue can fall back to
41-
// synthesised keystrokes for custom RN TextInputs, which append rather
41+
// synthesized keystrokes for custom RN TextInputs, which append rather
4242
// than replace. Without the clear, a retry produces concatenated text
4343
// and the comparison never converges.
4444
await searchBox.clearValue();

packages/e2e-test-app-fabric/test/SwitchComponentTest.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const searchBox = async (input: string) => {
1515
await app.waitUntil(
1616
async () => {
1717
// Clear before each attempt: WinAppDriver's setValue can fall back to
18-
// synthesised keystrokes for custom RN TextInputs, which append rather
18+
// synthesized keystrokes for custom RN TextInputs, which append rather
1919
// than replace. Without the clear, a retry produces concatenated text
2020
// and the comparison never converges.
2121
await searchBox.clearValue();

packages/e2e-test-app-fabric/test/TextInputComponentTest.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ const searchBox = async (input: string) => {
2626
await app.waitUntil(
2727
async () => {
2828
// Clear before each attempt: WinAppDriver's setValue can fall back to
29-
// synthesised keystrokes for custom RN TextInputs, which append rather
29+
// synthesized keystrokes for custom RN TextInputs, which append rather
3030
// than replace. Without the clear, a retry produces "onPressInonPressIn"
3131
// and the comparison never converges.
3232
await searchBox.clearValue();

packages/e2e-test-app-fabric/test/TouchableComponentTest.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ const searchBox = async (input: string) => {
2626
await app.waitUntil(
2727
async () => {
2828
// Clear before each attempt: WinAppDriver's setValue can fall back to
29-
// synthesised keystrokes for custom RN TextInputs, which append rather
29+
// synthesized keystrokes for custom RN TextInputs, which append rather
3030
// than replace. Without the clear, a retry produces concatenated text
3131
// and the comparison never converges.
3232
await searchBox.clearValue();

packages/e2e-test-app-fabric/test/ViewComponentTest.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ const searchBox = async (input: string) => {
2626
await app.waitUntil(
2727
async () => {
2828
// Clear before each attempt: WinAppDriver's setValue can fall back to
29-
// synthesised keystrokes for custom RN TextInputs, which append rather
29+
// synthesized keystrokes for custom RN TextInputs, which append rather
3030
// than replace. Without the clear, a retry produces concatenated text
3131
// and the comparison never converges.
3232
await searchBox.clearValue();

0 commit comments

Comments
 (0)