From 5f93b38f1b8a846971ee846a9432d74d9ad999b9 Mon Sep 17 00:00:00 2001 From: QGrain Date: Mon, 15 Jul 2024 15:33:42 +0800 Subject: docs/contributing.md: fix a typo Fix a typo in the section of "Using syz-env": expacted to expected. --- docs/contributing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/contributing.md b/docs/contributing.md index 915eae7f8..e4e6a2733 100644 --- a/docs/contributing.md +++ b/docs/contributing.md @@ -145,7 +145,7 @@ with your Github account with: ``` docker login https://docker.pkg.github.com ``` -and then pull the image and retag it to the name expacted by `syz-env`: +and then pull the image and retag it to the name expected by `syz-env`: ``` docker pull docker.pkg.github.com/google/syzkaller/env docker tag docker.pkg.github.com/google/syzkaller/env gcr.io/syzkaller/env -- cgit mrf-deployment