Skip to content

Commit 60eeba9

Browse files
Minor typo fixes (#1459)
1 parent 03e656b commit 60eeba9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

exercises/concept/factory-sensors/.docs/instructions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ checkHumidityLevel(100);
2323

2424
## 2. Detect overheating
2525

26-
Elena is very pleased with your first assignment and ask you to deal with the monitoring of the machines' temperature.
26+
Elena is very pleased with your first assignment and asks you to deal with the monitoring of the machines' temperature.
2727
While chatting with a technician, Greg, you are told that if the temperature of a machine exceeds 500°C, the technicians start worrying about overheating.
2828

2929
The machine is equipped with a sensor that measures its internal temperature.

exercises/concept/lasagna-master/lasagna-master.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ describe('preparationTime', () => {
5050
expect(preparationTime(fewLayers, 3.5)).toBe(7);
5151
});
5252

53-
test('uses the default if no customer time was passed', () => {
53+
test('uses the default if no custom time was passed', () => {
5454
const manyLayers = [
5555
'sauce',
5656
'noodles',

0 commit comments

Comments
 (0)