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

Commit a1cbc4a

Browse files
committed
Fix a typo in connector description
1 parent 196d0e7 commit a1cbc4a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)