Update app/src/ui/editor/editor-error.tsx

Co-authored-by: Sergio Padrino <sergio.padrino@gmail.com>
This commit is contained in:
tidy-dev 2021-02-03 08:46:25 -05:00 committed by GitHub
parent 3d510484cc
commit 089f1c42a3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -27,7 +27,7 @@ interface IEditorErrorProps {
*/
readonly message: string
/** Render the "Install ${Default}"" link as the default action */
/** Render the "Install ${Default}" link as the default action */
readonly suggestDefaultEditor?: boolean
/** Render the "Open Preferences" link as the default action */