1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-29 20:21:50 +02:00
Fix typo
This commit is contained in:
Ivan Kibala
2023-03-22 01:42:54 +02:00
committed by GitHub
parent 5ddb021898
commit 0ac6fc70ff

View File

@@ -1,6 +1,6 @@
# Node Inspect
Node.js provides a built-in DevTools-based debugger to allow debugging Node.js applicatins.
Node.js provides a built-in DevTools-based debugger to allow debugging Node.js applications.
Visit the following resources to learn more: