Skip to content

Commit

Permalink
fix typeo
Browse files Browse the repository at this point in the history
  • Loading branch information
soulgalore committed Feb 7, 2025
1 parent 3fa6f5e commit c1757b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/src/routes/html/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ index.get('/', async function (request, response) {
response.render('index', {
bodyId: 'index',
title: getText('index.pagetitle'),
description: getText('index.pagedescripton'),
description: getText('index.pagedescription'),
serverConfig: testRunners,
testDomains: testDomain,
nconf,
Expand Down

0 comments on commit c1757b8

Please sign in to comment.