From 1109696d064c15d991eaf4b9a97fa00c94a8b732 Mon Sep 17 00:00:00 2001 From: Justin Wood Date: Mon, 18 Jul 2022 18:21:29 -0700 Subject: [PATCH] Updating to avoid mis-spelling --- docs/guides/darwin.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/guides/darwin.md b/docs/guides/darwin.md index ff808312e95b07..df69c94b556c55 100644 --- a/docs/guides/darwin.md +++ b/docs/guides/darwin.md @@ -24,9 +24,9 @@ Each developer preview release is compatible with a certain SHA from this repository. - iOS/iPadOS/tvOS 15.6 Developer Preview: - [cfc35951be66a664a6efdadea56d1b8ea6e63e96](https://github.com/project-chip/connectedhomeip/commits/cfc35951be66a664a6efdadea56d1b8ea6e63e96) + [`cfc35951be66a664a6efdadea56d1b8ea6e63e96`](https://github.com/project-chip/connectedhomeip/commits/cfc35951be66a664a6efdadea56d1b8ea6e63e96) - iOS/iPadOS/tvOS 16.0 Developer Preview: - [9cc0fb36dbc1508159788cac6adf26322ec5f558](https://github.com/project-chip/connectedhomeip/commits/9cc0fb36dbc1508159788cac6adf26322ec5f558) + [`9cc0fb36dbc1508159788cac6adf26322ec5f558`](https://github.com/project-chip/connectedhomeip/commits/9cc0fb36dbc1508159788cac6adf26322ec5f558) ## Profile Installation @@ -56,8 +56,8 @@ Note: The profile will expire automatically after some time 1. Clone the [Matter repo](https://github.com/project-chip/connectedhomeip.git) 2. Checkout the specific commit hash (from [above](#source-compatibility)) for maximum compatibility with your installed release: - - Example command for SHA cfc35951be66a664a6efdadea56d1b8ea6e63e96: - `git checkout cfc35951be66a664a6efdadea56d1b8ea6e63e96` + - Example command for SHA `cfc35951be66a664a6efdadea56d1b8ea6e63e96`: + `$ git checkout cfc35951be66a664a6efdadea56d1b8ea6e63e96` In order to work with iOS/iPadOS/tvOS 15.6 or greater, device types as defined in the Matter Device Library spec are used to determine accessory categories.