Skip to content

Commit a1a8f7c

Browse files
authored
Add missing comma in tutorial article (#1316)
rdar://78876208
1 parent 8a48674 commit a1a8f7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/docc/DocCDocumentation.docc/Reference Syntax/Tutorials Syntax/building-an-interactive-tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Use a text editor and the following listing to create a table of contents file n
5050
}
5151
````
5252
53-
The top level of the listing the includes a ``Tutorials`` directive. This directive and the directives it contains, define the structure of the page.
53+
The top level of the listing the includes a ``Tutorials`` directive. This directive, and the directives it contains, define the structure of the page.
5454
5555
Rename the table of contents file and replace the placeholder content with your custom content. Use the ``Intro`` directive to introduce the reader to your tutorial through engaging text and imagery. Next, use ``Chapter`` directives to reference the step-by-step pages.
5656

0 commit comments

Comments
 (0)