docs: Update generated docs [ci skip] (#14758)

Co-authored-by: runner <runner@Mac-1600972623291.local>
This commit is contained in:
Appium Triager
2020-09-24 11:43:54 -07:00
committed by GitHub
parent 939d8d0a18
commit 7a357176b3
@@ -55,7 +55,7 @@ driver.BackgroundApp(10)
Send the currently active app to the background, and either return after a certain amount of time, or leave the app deactivated.
There are 3 types of parameters which may be passed to this method:
1. An object that looks like `{"timeout": secs}`, where `secs` is an
1. An object that looks like `{"seconds": secs}`, where `secs` is an
integer designating how long, in seconds, to background the app for. -1
means to deactivate the app entirely.