From d5fbbb9f4bc051f797d9d6ce7a6e203d1db349ae Mon Sep 17 00:00:00 2001 From: sogaiu <983021772@users.noreply.github.com> Date: Mon, 14 Oct 2024 12:20:39 +0900 Subject: [PATCH] Spell out how to dimiss a displayed dialog --- docs/developing-for-pulsar/package-word-count.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/developing-for-pulsar/package-word-count.md b/docs/developing-for-pulsar/package-word-count.md index 4db880d..ed5f20a 100644 --- a/docs/developing-for-pulsar/package-word-count.md +++ b/docs/developing-for-pulsar/package-word-count.md @@ -19,6 +19,8 @@ Your new project will also automatically be opened for editing. The boilerplate ![Wordcount Package is Alive Dialog](/img/atom/toggle.png) +You can dismiss the dialog by executing the command again. + ## Understanding the generated code Let's take a look at the code in our `lib` directory and see what is happening.