From 23264488c540e53fd8f49cef892ab0e045684594 Mon Sep 17 00:00:00 2001 From: Nik K Date: Mon, 29 Aug 2022 04:17:58 -0400 Subject: [PATCH] docs: update docs description to match sidebar (#35144) Update introduction.md --- docs/tutorial/introduction.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorial/introduction.md b/docs/tutorial/introduction.md index 7d669ecb9f5a..581435524079 100644 --- a/docs/tutorial/introduction.md +++ b/docs/tutorial/introduction.md @@ -47,7 +47,7 @@ are the different categories and what you can expect on each one: - **Examples**: Quick references to add features to your Electron app. - **Development**: Miscellaneous development guides. - **Distribution**: Learn how to distribute your app to end users. -- **Testing and debugging**: How to debug JavaScript, write tests, and other tools used +- **Testing And Debugging**: How to debug JavaScript, write tests, and other tools used to create quality Electron applications. - **References**: Useful links to better understand how the Electron project works and is organized.