From f6f02b6907dcfea10fa7a2702cae64cd2ce9e6d7 Mon Sep 17 00:00:00 2001 From: Shinichi Hemmi <50256998+Alnusjaponica@users.noreply.github.com> Date: Fri, 28 Jul 2023 17:22:45 +0900 Subject: [PATCH] Fix typo --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index cd3c1895..f7c8fb37 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -11,7 +11,7 @@ The repository is organized as follows: . ├── optuna_dashboard/ # The Python package. │ └── ts/ # TypeScript code for the Python package. -├── standalone_app/ # Standalone application that can be run in browser or within the WevView of the VSCode extension. +├── standalone_app/ # Standalone application that can be run in browser or within the WebView of the VSCode extension. │ ├── browser_app_entry.tsx # Entry point for browser app, hosted on GitHub pages. │ └── vscode_entry.tsx # Entry point for VSCode app, output placed under `vscode/assets`. ├── vscode/ # The VSCode extension.