Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion exercises/concept/factory-sensors/.docs/instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ checkHumidityLevel(100);

## 2. Detect overheating

Elena is very pleased with your first assignment and ask you to deal with the monitoring of the machines' temperature.
Elena is very pleased with your first assignment and asks you to deal with the monitoring of the machines' temperature.
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.

The machine is equipped with a sensor that measures its internal temperature.
Expand Down
2 changes: 1 addition & 1 deletion exercises/concept/lasagna-master/lasagna-master.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ describe('preparationTime', () => {
expect(preparationTime(fewLayers, 3.5)).toBe(7);
});

test('uses the default if no customer time was passed', () => {
test('uses the default if no custom time was passed', () => {
const manyLayers = [
'sauce',
'noodles',
Expand Down