From d68a774dd203e888556be269b5d2961f8847df98 Mon Sep 17 00:00:00 2001 From: Abdul Adhil PK <65992809+adhilcodes@users.noreply.github.com> Date: Sat, 26 Dec 2020 11:02:14 +0530 Subject: [PATCH] Fix typo in README.md (#19598) Fixed a typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4eb640f968..d736b94ca6 100644 --- a/README.md +++ b/README.md @@ -263,7 +263,7 @@ By using openpilot, you agree to [our Privacy Policy](https://my.comma.ai/privac Safety and Testing ---- -* openpilot observes ISO26262 guidelines, see [SAFETY.md](SAFETY.md) for more detail. +* openpilot observes ISO26262 guidelines, see [SAFETY.md](SAFETY.md) for more details. * openpilot has software in the loop [tests](.github/workflows/test.yaml) that run on every commit. * The safety model code lives in panda and is written in C, see [code rigor](https://github.com/commaai/panda#code-rigor) for more details. * panda has software in the loop [safety tests](https://github.com/commaai/panda/tree/master/tests/safety).