From b7c9a2bf1e68f27db33f744e4a311f739b36d394 Mon Sep 17 00:00:00 2001 From: Joseph Izang Date: Fri, 7 Apr 2023 19:32:43 +0100 Subject: [PATCH] modify default message in plugin ui --- apps/doc-gen/src/app/App.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/doc-gen/src/app/App.tsx b/apps/doc-gen/src/app/App.tsx index b24ab4e924..a11b5b99e8 100644 --- a/apps/doc-gen/src/app/App.tsx +++ b/apps/doc-gen/src/app/App.tsx @@ -29,7 +29,7 @@ const App = () => { return (
-
Compile a Solidity contract and generate its documentation as Markdown. (Shortcut: right-click on a contract in the File Explorer and select "Generate Docs" from the context menu.).
+
Compile a Solidity contract and generate its documentation as Markdown. (Right-click on a contract in the File Explorer and select "Generate Docs" from the context menu.).
{fileName &&
File: {fileName}
}