From e83c011d77e2f11585bf8a9a7aec891af3318900 Mon Sep 17 00:00:00 2001 From: Florian Gilcher Date: Sun, 12 Jul 2020 16:36:39 +0200 Subject: [PATCH] Typo fix --- beginner-workshop/src/SUMMARY.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/beginner-workshop/src/SUMMARY.md b/beginner-workshop/src/SUMMARY.md index 97804f0..7314024 100644 --- a/beginner-workshop/src/SUMMARY.md +++ b/beginner-workshop/src/SUMMARY.md @@ -6,7 +6,7 @@ - [Building an Embedded Program](./building-programm.md) - [Flashing the Program](./flashing-programm.md) - [Viewing Logs](./viewing-logs.md) -- [Runnging the Program from VS Code](./running-from-vsc.md) +- [Running the Program from VS Code](./running-from-vsc.md) - [Panicking](./panicking.md) - [Using a Hardware Abstraction Layer](./using-hal.md) - [Timers and Time](./time.md) @@ -15,4 +15,4 @@ - [Radio In ](./radio-in.md) - [Radio Puzzle](./radio-puzzle.md) - [Starting a Project from Scatch](./from-scatch.md) -- [References and Ressources](./references-ressources.md) \ No newline at end of file +- [References and Ressources](./references-ressources.md)