Commit d4a6f223 authored by Scott Whittaker's avatar Scott Whittaker
Browse files

DeprecatedTag: fix typo in message

parent 040d7d5a
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;