Loading lib/jsduck/tag/deprecated.rb +1 −1 Original line number Diff line number Diff line Loading @@ -4,7 +4,7 @@ module JsDuck::Tag class Deprecated < DeprecatedTag def initialize @tagname = :deprecated @msg = "This {TAGNAME} has been <strong>deprected</strong>" @msg = "This {TAGNAME} has been <strong>deprecated</strong>" @css = <<-EOCSS .signature .deprecated { background-color: #aa0000; Loading Loading
lib/jsduck/tag/deprecated.rb +1 −1 Original line number Diff line number Diff line Loading @@ -4,7 +4,7 @@ module JsDuck::Tag class Deprecated < DeprecatedTag def initialize @tagname = :deprecated @msg = "This {TAGNAME} has been <strong>deprected</strong>" @msg = "This {TAGNAME} has been <strong>deprecated</strong>" @css = <<-EOCSS .signature .deprecated { background-color: #aa0000; Loading