Skip to content

Commit

Permalink
Fix typo on landing.tsx (#260)
Browse files Browse the repository at this point in the history
I guess it was a frenchism :)
  • Loading branch information
dbdr committed May 6, 2024
1 parent e4ffcb4 commit 10be25d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jornet-server-ui/src/pages/landing.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ class BevyIntegration extends Component {
</SyntaxHighlighter>
<hr />
<div>
Refresh the leaderboard. This is asynchrone. The Leaderboard resource will be marked as changed once it has been refreshed.
Refresh the leaderboard. This is asynchronous. The Leaderboard resource will be marked as changed once it has been refreshed.
</div>
<SyntaxHighlighter language="rust" style={atomOneDarkReasonable}>
{"fn refresh_leaderboard(leaderboard: Res<Leaderboard>) {\n\
Expand Down

0 comments on commit 10be25d

Please sign in to comment.