浏览代码

Fixes #16016: Correct typo

Jeremy Stretch 1 年之前
父节点
当前提交
b87d1eca98
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/installation/4b-uwsgi.md

+ 1 - 1
docs/installation/4b-uwsgi.md

@@ -17,7 +17,7 @@ pip3 install pyuwsgi
 Once installed, add the package to `local_requirements.txt` to ensure it is re-installed during future rebuilds of the virtual environment:
 
 ```no-highlight
-sudo sh -c "echo 'pyuwgsi' >> /opt/netbox/local_requirements.txt"
+sudo sh -c "echo 'pyuwsgi' >> /opt/netbox/local_requirements.txt"
 ```
 
 ## Configuration