Просмотр исходного кода

ref(ui): Fix button.tsx comment typo (#55409)

David Wang 1 год назад
Родитель
Сommit
5228075cf9
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      static/app/components/button.tsx

+ 1 - 1
static/app/components/button.tsx

@@ -118,7 +118,7 @@ interface BaseButtonProps extends CommonButtonProps, ElementProps<ButtonElement>
    * When set the button acts as an anchor link. Use with `external` to have
    * the link open in a new tab.
    *
-   * @deprecated Use LnikButton instead
+   * @deprecated Use LinkButton instead
    */
   href?: string;
   /**