Skip to content

Commit 3f859d1

Browse files
committed
fix: typo in tutorial
1 parent 3fe6740 commit 3f859d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/start/tutorials/systems-in-cpp/systems-in-cpp.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ <h2 id="system-impl">System Implementation</h2>
120120
<h3 id="write-the-impl">Writing the implementation</h3>
121121
<p>
122122
Okay now that we've talked about the relevant generated C++ we can start
123-
writing our implementation. The <code>context</code> parameter of the C++ implementation contains all the functionality the system is allows to access.
123+
writing our implementation. The <code>context</code> parameter of the C++ implementation contains all the functionality the system is allowed to access.
124124
</p>
125125

126126
<p>

0 commit comments

Comments
 (0)