From 491cce6cfc30182e03ecf200e53abc12709b974e Mon Sep 17 00:00:00 2001 From: Ahmad Date: Tue, 16 Dec 2025 04:28:05 +0000 Subject: [PATCH] Fixed grammatical error (#169791) Fixed some grammatical errors and typos in the CONTRIBUTING.md file Pull Request resolved: https://github.com/pytorch/pytorch/pull/169791 Approved by: https://github.com/jbschlosser --- CONTRIBUTING.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 284ec5b52e4..4367c06593c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -130,7 +130,7 @@ Follow the instructions for [installing PyTorch from source](https://github.com/ ``` -* If you run into issue running `git submodule update --init --recursive`. Please try the following: +* If you run into an issue running `git submodule update --init --recursive`, please try the following: - If you encounter an error such as ``` error: Submodule 'third_party/pybind11' could not be updated @@ -142,8 +142,8 @@ Follow the instructions for [installing PyTorch from source](https://github.com/ ``` fatal: unable to access 'https://github.com/pybind/pybind11.git': could not load PEM client certificate ... ``` - this is likely that you are using HTTP proxying and the certificate expired. To check if the certificate is valid, run - `git config --global --list` and search for config like `http.proxysslcert=`. Then check certificate valid date by running + it is likely that you are using HTTP proxying and the certificate expired. To check if the certificate is valid, run + `git config --global --list` and search for config like `http.proxysslcert=`. Then check certificate validity dates by running ```bash openssl x509 -noout -in -dates ```