British vs. American Preposition and Phrase Differences
Prepositions are where UK and US English diverge in ways that surprise many developers. Learn which phrases differ, which are identical, and what to use in global tech communication.
Key UK vs. US phrase differences for tech teams
at/on the weekend: UK "at the weekend" | US "on the weekend" — both understood
in/on a team: UK "in a team" | US "on a team" — both understood
different from/to/than: "different from" works everywhere — use this in docs
similar to, consistent with: same in both dialects
aimed at + gerund: NOT a UK/US split — this is a grammar rule
0 / 5 completed
1 / 5
A UK developer says: "The sprint review is at the weekend." A US developer says: "The sprint review is on the weekend." Which is correct in professional global tech communication?
Both "at the weekend" (UK) and "on the weekend" (US) are correct:
British English: "at the weekend" — "The deploy is at the weekend."
American English: "on the weekend" — "The deploy is on the weekend."
Neither is wrong. Both are instantly understood by speakers of either dialect. In international teams, both will be heard without confusion.
Practical advice for tech documentation: When writing documentation or async messages for a global audience, be specific rather than relying on prepositions:
Vague: "The maintenance window is at/on the weekend"
Clear: "The maintenance window is on Saturday, 2026-06-07, 02:00–04:00 UTC"
More UK/US preposition differences relevant to tech:
UK phrase
US phrase
Context
at the weekend
on the weekend
timing
in a team
on a team
membership
different from/to
different from/than
comparison
2 / 5
A tech lead writes: "The new API is different from the previous version." A colleague says this should be "different to" or "different than". Which is correct?
"Different from/to/than" — all three are used, but "from" is safest:
"different from" — accepted in both UK and US English; the safest choice for technical documentation
"different to" — common in informal UK English: "this endpoint is different to the v1 one"
"different than" — common in informal US English: "the behavior is different than expected"
For technical documentation (API docs, READMEs, RFCs): Always use "different from" — it is unambiguous and accepted by all readers.
Examples in tech writing:
"The response schema is different from the one documented in v1." (recommended)
"This method is different to the approach in the legacy codebase." (UK informal)
"The output is different than what we expected." (US informal)
3 / 5
In a job posting, a UK company writes: "You will work in a team of 6 engineers." A US company writes: "You will work on a team of 6 engineers." Which is correct for a global audience?
Both "in a team" (UK) and "on a team" (US) are correct:
British English: "in a team" — "I work in a cross-functional team."
American English: "on a team" — "I am on a distributed team."
Neither is wrong. Both are instantly understood internationally. The difference is a matter of dialect, not correctness.
For job postings and CVs aimed at international audiences: Choose based on your audience. US companies expect "on a team." UK companies expect "in a team." For a truly international audience, "as part of a team" works everywhere.
More team-related preposition pairs:
UK
US
in a team
on a team
in the queue
in the queue (same)
at university
in/at college
4 / 5
A British developer comments in code: "This is similar to the pattern in module X." An American developer writes: "This is similar to the pattern." Then they both write: "The results are consistent with expectations." Which statement is accurate?
"Similar to" and "consistent with" are standard in BOTH UK and US English:
Not every phrase has a US/UK split. Many technical preposition phrases are identical:
"similar to" — standard in both dialects
"consistent with" — standard in both dialects
"different from" — standard in both dialects (with variants)
"compared to/with" — both, minor nuance difference (not dialect-based)
The key insight: UK/US preposition differences are limited to specific phrases. Do not over-generalise — most technical preposition phrases are identical in both dialects.
Phrases that ARE the same in both dialects:
"consistent with the specification"
"similar to the previous implementation"
"in accordance with the RFC"
"as a result of the regression"
"in line with the requirements"
5 / 5
A technical document says: "This feature is aimed at improving developer experience." Another version says: "This feature is aimed to improve developer experience." Which is correct?
"Aimed at improving" is correct — "aimed to improve" is non-standard:
The verb "aim" takes a gerund (verb-ing) after "at" — this is standard in both UK and US English:
Correct: "aimed at improving developer experience"
Correct: "aiming to improve" — but this changes the verb form
Non-standard: "aimed to improve" — incorrect combination
This is NOT a UK/US difference — it is a grammar rule:
"aim at + gerund" — "This feature aims at reducing latency."
"aim to + infinitive" — "This feature aims to reduce latency."
NOT: "aims at to reduce" or "aimed to reducing"
Why this matters in technical writing: Many non-native English speakers mix these patterns. The confusion arises because "intend to" and "intend on" are both valid, creating false analogy with "aim at/aim to".
Correct forms in technical documentation:
"The API is designed to handle concurrent requests."