Skip to content
This repository was archived by the owner on Oct 21, 2022. It is now read-only.

Commit 7719969

Browse files
committed
Merge pull request #1 from misfo/patch-1
Fix a typo in connector description
2 parents d653f19 + a1cbc4a commit 7719969

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lt/plugins/js/node.cljs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@
276276
(def nodejs-lang (object/create ::nodejs-lang))
277277

278278
(scl/add-connector {:name "NodeJS"
279-
:desc "Start a nodejs procss by picking a .js file to run"
279+
:desc "Start a nodejs process by picking a .js file to run"
280280
:connect (fn []
281281
(dialogs/file nodejs-lang :connect!))})
282282

0 commit comments

Comments
 (0)