LambdaLabs / docsy-lambda-docs

3 stars 8 forks source link

Lambda Docs: Spelling error #165

Closed markwdalton closed 1 year ago

markwdalton commented 1 year ago

https://docs.lambdalabs.com/linux/prevent-system-from-sleeping/ Spelling error in 'hibernate' vs current shows 'hybernate':

It should be: sudo systemctl mask hibernate.target hybrid-sleep.target \ suspend-then-hibernate.target sleep.target suspend.target

On Ubuntu 20.04 and 22.04: $ find /lib/systemd -name 'sleep.target' -o -name 'hibernate.target' -o -name 'suspend.target' /lib/systemd/system/suspend.target /lib/systemd/system/hybrid-sleep.target /lib/systemd/system/sleep.target /lib/systemd/system/suspend-then-hibernate.target /lib/systemd/system/hibernate.target

cbrownstein-lambda commented 1 year ago

@markwdalton Thanks for catching this! I fixed it in https://github.com/LambdaLabs/lambda-docs/commit/dadb6c30d94df575cedd99c35dc3c58d37ae9ddf.