Fixed typo in day 24 (persents -> presents)

This commit is contained in:
Sebastian 2024-12-26 12:13:16 +01:00 committed by GitHub
parent e5ed595480
commit e0066966d0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
{ {
"vitest.commandLine": "npx vitest", "vitest.commandLine": "npx vitest",
"editor.codeActionsOnSave": { "editor.codeActionsOnSave": {
"source.fixAll.eslint": true "source.fixAll.eslint": "explicit"
}, },
"editor.defaultFormatter": "esbenp.prettier-vscode", "editor.defaultFormatter": "esbenp.prettier-vscode",
"git.ignoreLimitWarning": true, "git.ignoreLimitWarning": true,

View file

@ -284,7 +284,7 @@ const layer = createLayer(id, function (this: BaseLayer) {
{format( {format(
Decimal.times(helpers.loader.amount.value, computedLoaderPackingSpeed.value) Decimal.times(helpers.loader.amount.value, computedLoaderPackingSpeed.value)
)}{" "} )}{" "}
persents per second presents per second
</div> </div>
<div> <div>
Cost:{" "} Cost:{" "}