Fix typo (await ed => awaited)

I fixed a typo.
This commit is contained in:
DJ_Laser 2022-02-28 13:48:09 -05:00 committed by GitHub
parent ee887de151
commit f3f86ff102
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -4098,7 +4098,7 @@ interface UserInterface {
* ns.getHostname();
* // Some related functions are gathered under a sub-property of the ns object
* ns.stock.getPrice();
* // Some functions need to be await ed
* // Some functions need to be awaited
* await ns.hack('n00dles');
* }
* ```