1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-01-30 04:37:40 +01: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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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: