Skip to content

docs: remove consecutive duplicate words #77

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .knowledgeBank/diataxis/tutorials.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ At every step of a tutorial, the user experiences a moment of anxiety: will this

Keep up a narrative of expectations: "You will notice that …"; "After a few moments, the server responds with …". Show the user actual example output, or even the exact expected output.

If you know know in advance what the likely signs of going wrong are, consider flagging them: "If the output doesn't show …, you have probably forgotten to …".
If you know in advance what the likely signs of going wrong are, consider flagging them: "If the output doesn't show …, you have probably forgotten to …".

It's helpful to prepare the user for possibly surprising actions: "The command will probably return several hundred lines of logs in your terminal."

Expand Down