diff options
| author | QGrain <zhiyuzhang1999@163.com> | 2024-07-15 15:33:42 +0800 |
|---|---|---|
| committer | Aleksandr Nogikh <nogikh@google.com> | 2024-07-15 12:35:29 +0000 |
| commit | 5f93b38f1b8a846971ee846a9432d74d9ad999b9 (patch) | |
| tree | 21dee08941067ef4b25b4852c777fbcaa644cca2 /docs | |
| parent | 1b48db7358a2e8add30b5649419664286019873d (diff) | |
docs/contributing.md: fix a typo
Fix a typo in the section of "Using syz-env": expacted to expected.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/contributing.md | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
