From a4cd5da06bd80c5a4d3e7db7fb49290dc63e66b4 Mon Sep 17 00:00:00 2001 From: Joseph Izang Date: Thu, 6 Apr 2023 17:55:53 +0100 Subject: [PATCH] update default text in doc-gen sidepanel --- 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 f681866ea2..b24ab4e924 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 in order to build documentation as markdown or right click on a contract and click on "Generate Documentation".
+
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.).
{fileName &&
File: {fileName}
}