Commit 16a77bc7 authored by Rene Saarsoo's avatar Rene Saarsoo
Browse files

Merge pull request #483 from scottrobertwhittaker/deprecatedTypo

DeprecatedTag: fix typo in message
parents 953c9999 d4a6f223
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;