Skip to content

Commit 64a72f6

Browse files
committed
final typo fixes.
1 parent 684d76f commit 64a72f6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

exercises/practice/resistor-color-expert/.docs/instructions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ The color bands are encoded as follows:
1515
- grey: 8
1616
- white: 9
1717

18-
In [`Resistor Color Trio`][resistor-color-trio-exercie] you decoded the first three color bands.
18+
In [`Resistor Color Trio`][resistor-color-trio-exercise] you decoded the first three color bands.
1919
For instance: orange-orange-brown translated to the main value `330`.
2020
In this exercise you will need to add _tolerance_ to the mix.
2121
Tolerance is the maximum amount that a value can be above or below the main value.
@@ -79,4 +79,4 @@ So an input `list` of `["orange", "orange", "blue", "red"]` should return:
7979

8080
"33 megaohms ±2%"
8181

82-
[resistor-color-trio-exercie]: https://exercism.org/tracks/python/exercises/resistor-color-trio
82+
[resistor-color-trio-exercise]: https://exercism.org/tracks/python/exercises/resistor-color-trio
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Introduction
22

33
If you want to build something using a Raspberry Pi, you'll probably use _resistors_.
4-
Like the previous [`Resistor Color Duo`][resistor-color-duo-exercise] and [`Resistor Color Trio`][resistor-color-trio-exercie] exercises, you will be translating resistor color bands to human-readable labels.
4+
Like the previous [`Resistor Color Duo`][resistor-color-duo-exercise] and [`Resistor Color Trio`][resistor-color-trio-exercise] exercises, you will be translating resistor color bands to human-readable labels.
55

66
- Each resistor has a resistance value.
77
- Resistors are small - so small in fact that if you printed the resistance value on them, it would be hard to read.
@@ -11,4 +11,4 @@ Like the previous [`Resistor Color Duo`][resistor-color-duo-exercise] and [`Resi
1111

1212

1313
[resistor-color-duo-exercise]: https://exercism.org/tracks/python/exercises/resistor-color-duo
14-
[resistor-color-trio-exercie]: https://exercism.org/tracks/python/exercises/resistor-color-trio
14+
[resistor-color-trio-exercise]: https://exercism.org/tracks/python/exercises/resistor-color-trio

0 commit comments

Comments
 (0)