Skip to content

Commit

Permalink
Исправляет опечатку (#5567)
Browse files Browse the repository at this point in the history
  • Loading branch information
gtitov authored Dec 2, 2024
1 parent f87cef3 commit 027985c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/web-server/practice/igsekor.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Простой веб-сервер

Самый простой способ запустить веб-сервер, если уже уставлена платформа [Node.js](/tools/nodejs/), использовать `http-server`. Достаточно установить этот веб-сервер глобально:
Самый простой способ запустить веб-сервер, если уже установлена платформа [Node.js](/tools/nodejs/), использовать `http-server`. Достаточно установить этот веб-сервер глобально:

```bash
npm install --global http-server
Expand Down

0 comments on commit 027985c

Please sign in to comment.