From 9ea607716d41b563933f1c304520dbf419358adc Mon Sep 17 00:00:00 2001 From: Gillian Minnehan <41022382+gminn@users.noreply.github.com> Date: Fri, 29 Mar 2024 14:00:58 -0400 Subject: [PATCH] fix(grammar): fix minor typo in jtag part 4 (#448) ### Summary There is a minor grammar issue in the article excerpt. This PR fixes it. ### Test Plan Visual check. --- _posts/2024-03-29-diving-into-jtag-part-4.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/2024-03-29-diving-into-jtag-part-4.md b/_posts/2024-03-29-diving-into-jtag-part-4.md index 66df38d39..7443fe860 100644 --- a/_posts/2024-03-29-diving-into-jtag-part-4.md +++ b/_posts/2024-03-29-diving-into-jtag-part-4.md @@ -10,7 +10,7 @@ tags: [arm, cortex-m, mcu, debugging, debugger] In the previous article of this series, we briefly touched on how `.bsd` files written in Boundary Scan Description Language (BSDL) describe the structure of the boundary scan chain and the instruction set. In this article, we will -examine this language's syntax more closely before seeing how they are leveraged +examine this language's syntax more closely before seeing how `.bsd` files are leveraged in JTAG testing in the next article.