From 7e742a716e1e795af55604c33b610ac4caa3822a Mon Sep 17 00:00:00 2001 From: Satya Rohith Date: Mon, 25 Jan 2021 06:34:15 +0530 Subject: [PATCH] fix(docs): small typo in building from source guide --- docs/contributing/building_from_source.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/contributing/building_from_source.md b/docs/contributing/building_from_source.md index 7801d1b1504e10..d059e1f9518657 100644 --- a/docs/contributing/building_from_source.md +++ b/docs/contributing/building_from_source.md @@ -119,13 +119,13 @@ cargo clean && cargo build -vv > ```shell > # macOS / Linux -> cd test_utils/wpt/ +> cd test_util/wpt/ > ./wpt make-hosts-file | sudo tee -a /etc/hosts > ``` > ```powershell > # Windows (use powershell!) -> cd test_utils/wpt/ +> cd test_util/wpt/ > python wpt make-hosts-file | Out-File $env:SystemRoot\System32\drivers\etc\hosts -Encoding ascii -Append > ```