Ver Fonte

Fixes #16016: Correct typo

Jeremy Stretch há 1 ano atrás
pai
commit
b87d1eca98
1 ficheiros alterados com 1 adições e 1 exclusões
  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:
 Once installed, add the package to `local_requirements.txt` to ensure it is re-installed during future rebuilds of the virtual environment:
 
 
 ```no-highlight
 ```no-highlight
-sudo sh -c "echo 'pyuwgsi' >> /opt/netbox/local_requirements.txt"
+sudo sh -c "echo 'pyuwsgi' >> /opt/netbox/local_requirements.txt"
 ```
 ```
 
 
 ## Configuration
 ## Configuration