Skip to content

Commit 3fa41d1

Browse files
author
Julien Poulton
committed
fix(typo)
1 parent 3c1f7ff commit 3fa41d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

playground/core-concepts/core-3-game-manager.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ Validators are a specific kind of test case. Make sure you [configure them corre
195195

196196
An Optimization game is a Solo game with a criteria score, such as `Points`, or `Fuel` as well as the normal validator score.
197197

198-
To configure the optimization criteria, you'll need to track in yourself in the game's code and send it as metadata with the `GameRunner`'s `putMetadata()` method. [More information here](core-4-configuration.md#optimization-game-configuration) on the configuration of an opitmization game.
198+
To configure the optimization criteria, you'll need to track in yourself in the game's code and send it as metadata with the `GameRunner`'s `putMetadata()` method. [More information here](core-4-configuration.md#optimization-game-configuration) on the configuration of an optimization game.
199199

200200
Once your game is correctly configured, we advise you set the criteria score at the end of the game as below:
201201
```java

0 commit comments

Comments
 (0)