• Mark Otto's avatar
    Replacement for #20602 (#21236) · a6f54889
    Mark Otto authored
    * Fixed incorrect instruction: "Press ⌘ to copy"
    
    It needed to be "Press ⌘C to copy"
    
    * Updated to concatenate copy string
    
    Updated copy command to concatenated string to prevent potential issues
    
    * Updated the way the copy string concatenates
    
    As per excellent suggestion by @tomlutzenberger
    
    * Removed semicolon line endings
    
    ;P
    
    * var not const or let
    a6f54889