Skip to content

Commit 40412c5

Browse files
committed
typo
1 parent cea4a0f commit 40412c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

releases/branches.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ function formatDate($date = null) {
1414
foreach ($releases as $branch => $release) {
1515
$current[$branch] = [
1616
'branch' => $branch,
17-
'lastest' => ($release['version'] ?? null),
17+
'latest' => ($release['version'] ?? null),
1818
'state' => get_branch_support_state($branch),
1919
'initial_release' => formatDate(get_branch_release_date($branch)),
2020
'active_support_end' => formatDate(get_branch_bug_eol_date($branch)),

0 commit comments

Comments
 (0)