Skip to content

Commit 0f7db29

Browse files
authored
fix typo
1 parent 777a4c3 commit 0f7db29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ const Intro = (): JSX.Element => (
8383
<Translate>
8484
Lingua Franca is the first reactor-oriented coordination language.
8585
It allows you to specify reactive components and compose them.
86-
Lingua Franca eliminates race conditions by construction, makes it easy to specify timed behavior, and it removes the need to perform manual synchronization.
86+
Lingua Franca eliminates race conditions by construction, makes it easy to specify timed behavior, and removes the need to perform manual synchronization.
8787
</Translate>
8888
<br/><br/>
8989
<Translate>

0 commit comments

Comments
 (0)