Skip to content

Commit 8374188

Browse files
authored
Fix minor typo of "first" (#37)
1 parent d7191ff commit 8374188

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tutorial-basics/tutorial_02_basic_ports.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ To pass this string, we will use an input port called __message__.
4747
Consider these alternative XML syntaxes:
4848

4949
``` xml
50-
<SaySomething name="fist" message="hello world" />
50+
<SaySomething name="first" message="hello world" />
5151
<SaySomething name="second" message="{greetings}" />
5252
```
5353

0 commit comments

Comments
 (0)