mirror of
https://github.com/github/choosealicense.com
synced 2024-12-22 04:40:09 +01:00
spelling
This commit is contained in:
parent
6bc145a0de
commit
8de56f6e6f
@ -50,8 +50,8 @@ approvals.each do |name, licenses|
|
||||
end
|
||||
|
||||
rows << :separator
|
||||
elligible = !!(spdx && approved_licenses.include?(license))
|
||||
rows << ["Elligible", elligible]
|
||||
eligible = !!(spdx && approved_licenses.include?(license))
|
||||
rows << ["Eligible", eligible]
|
||||
|
||||
puts Terminal::Table.new title: "License: #{license}", rows: rows
|
||||
puts
|
||||
|
Loading…
x
Reference in New Issue
Block a user