tone

✍️ google-blog-style

Source: https://developers.google.com/style/tone\n\n# Voice and tone

Stay organized with collections

Save and categorize content based on your preferences.\n\n- Home\n- Products\n- Style\n\n\n## Page Summary\n\n- Write in a conversational, friendly, and respectful tone that is approachable and easy to understand, avoiding slang and overly casual language.\n- Prioritize clear and straightforward language, using simple and consistent writing to cater to a global audience with varying levels of English proficiency.\n- Avoid jargon, clichés, and culturally specific references, focusing on delivering information concisely and directly to the reader.\n- Strive for a natural and engaging tone, letting your personality shine through while keeping the primary focus on providing clear and useful information efficiently.\n- Ensure politeness without overusing "please" in instructions, and focus on delivering information in a direct and helpful manner.\n\nWrite in a conversational, friendly, and respectful tone that is approachable and easy to understand, avoiding slang and overly casual language.\n\nPrioritize clear and straightforward language, using simple and consistent writing to cater to a global audience with varying levels of English proficiency.\n\nAvoid jargon, clichés, and culturally specific references, focusing on delivering information concisely and directly to the reader.\n\nStrive for a natural and engaging tone, letting your personality shine through while keeping the primary focus on providing clear and useful information efficiently.\n\nEnsure politeness without overusing "please" in instructions, and focus on delivering information in a direct and helpful manner.\n\nIn your documents, aim for a voice and tone that's conversational, friendly,

and respectful without using slang or being overly colloquial or frivolous; a voice that's

casual and natural and approachable, not pedantic or pushy. Try to sound like a

knowledgeable friend who understands what the developer wants to do.\n\nDon't try to write exactly the way you speak; you probably speak more

colloquially and verbosely than you should write, at least for developer

documentation. But aim for a conversational tone rather than a formal one.\n\nDon't try to be super-entertaining, but also don't aim for super-dry. Be

human, let your personality show, and be memorable. But remember that the

primary purpose of the document is to provide information to someone who's

looking for it and may be in a hurry.\n\nConsider that readers come from many different cultures and may have varying

levels of ability reading English. As much as possible, avoid culturally

specific references. Simple and consistent writing can also make it easier to

translate documents into other languages. For more information, see

Writing for a global audience.\n\nFor other writing best practices, see the following resources:\n\n- Write accessible documentation\n- Write inclusive documentation\n\n\n## Some things to avoid where possible\n\n- Buzzwords or

technical jargon.\n- Being too cutesy.\n- Ableist

language or figures of speech.\n- Placeholder phrases like please note and at this time.\n- Choppy or long-winded sentences.\n- Starting all sentences with the same phrase (such as You can or To

do).\n- Current pop-culture references.\n- Exclamation marks. In general, avoid exclamation points. See Specific guidance on exclamation points.\n- Wackiness, zaniness, and goofiness.\n- Mixing metaphors or taking a metaphor too far.\n- Phrasing that denigrates or insults any group of people.\n- Phrasing in terms of let's do something.\n- Using phrases like simply, It's that simple, It's easy, or quickly in a

procedure.\n- Internet slang, or other internet

abbreviations such as tl;dr or

ymmv.\n\n\n## Some techniques and approaches to consider\n\n- If you're having trouble expressing something, step back and ask yourself,

"What am I trying to say?" Often, the answer you give yourself reveals what you

should be saying in the document.\n- If you're uncertain about your phrasing or tone, ask a colleague to take a

look.\n- Try reading parts of your document out loud, or at least mouthing the

words. Does it sound natural? Not every sentence has to sound natural when

spoken; these are written documents. But if you come across a sentence that's

awkward or confusing when spoken, consider whether you can make it more

conversational.\n- Use transitions between sentences. Phrases like Though or This way can

make paragraphs less stilted. (Then again, sometimes transitions like However

or Nonetheless can make paragraphs more stilted.)\n- Even if you're having trouble hitting the right tone, make sure you're

communicating useful information in a clear and direct way; that's the most

important part.\n\n\n## Politeness and use of please\n\nIt's great to be polite, but using please in a set of instructions is

overdoing the politeness.\n\nRecommended: To view the document, click

View.\n\nNot recommended: To view the document,

please click View.\n\nRecommended: For more information, see

[link to other document].\n\nNot recommended: For more information,

please see [link to other document].\n\n\n## Examples\n\n\nToo informal | Just about right | Too formal\nDude! This API is totally awesome! | This API lets you collect data about what your users like. | The API documented by this page may enable the acquisition of

information pertaining to user preferences.\nJust like a certain pop star, this call gets your telephone number.

The easy way to ask for someone's digits! | To get the user's phone number, call

user.phoneNumber.get. | The telephone number can be retrieved by the developer via the simple

expedient of using the get method on the user

object's phoneNumber property.\nThen—BOOM—just garbage-collect, and you're golden. | To clean up, call the collectGarbage method. | Please note that completion of the task requires the following

prerequisite: executing an automated memory management function.\n