From cd642a0a8fbb09f6bb5996e72c7540343e82c106 Mon Sep 17 00:00:00 2001 From: Dennis Dawson Date: Fri, 19 May 2023 15:30:01 -0700 Subject: [PATCH] Update content/contributing/tutorial-structure.md Co-authored-by: Rome Reginelli --- content/contributing/tutorial-structure.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/contributing/tutorial-structure.md b/content/contributing/tutorial-structure.md index 48c36c7d47..be934c171b 100644 --- a/content/contributing/tutorial-structure.md +++ b/content/contributing/tutorial-structure.md @@ -43,7 +43,7 @@ Provide links to any required software and to all of the example code needed to Start by providing a finished, working example of the tutorial application. This is an opportunity for immediate success working with the software to solve a problem. -Use screenshots for each step of the tutorial – these allow the user to understand the tutorial without having to run the code themselves. Of course we _want _them to run the code, but this gives them a choice. +Use screenshots for each step of the tutorial – these allow the user to understand the tutorial without having to run the code themselves. Of course we _want_ them to run the code, but this gives them a choice. Describe the sunny day scenario. The application should run without problems if there is an uninterrupted connection to the internet. Don’t provide a lot of troubleshooting information, unless it’s pertinent to the tutorial.