Skip to content

Commit 9ca9acd

Browse files
committed
add comment to FPT in all-versions
1 parent 3ff1bfc commit 9ca9acd

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

lib/all-versions.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ const versionDelimiter = '@'
77
const latestNonNumberedRelease = 'latest'
88

99
const plans = [
10-
{
10+
{ // free-pro-team is **not** a user-facing version and is stripped from URLs.
11+
// See lib/remove-fpt-from-path.js for details.
1112
plan: 'free-pro-team',
1213
planTitle: 'GitHub.com',
1314
releases: [latestNonNumberedRelease],

0 commit comments

Comments
 (0)