diff options
Diffstat (limited to 'recipeBuddy/src/app/DataModels')
-rw-r--r-- | recipeBuddy/src/app/DataModels/step.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipeBuddy/src/app/DataModels/step.ts b/recipeBuddy/src/app/DataModels/step.ts index 06c15c9..ec33e15 100644 --- a/recipeBuddy/src/app/DataModels/step.ts +++ b/recipeBuddy/src/app/DataModels/step.ts @@ -7,7 +7,7 @@ export class Step { this.timer = timer; } - public getInstruction(): string { + public getInstructions(): string { return this.instruction; } |