diff options
author | Tucker Evans <tuckerevans24@gmail.com> | 2019-12-10 19:56:34 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-12-10 19:56:34 -0500 |
commit | f8032f3efd65bf4b040b35bb25232616d94eabde (patch) | |
tree | 291e0cb67b0598a59da1976cadfaf5e900ae7de6 /recipeBuddy/src/app/DataModels/step.ts | |
parent | 3b8dd74dcb2be88630099772e0902e1dfbcde92c (diff) | |
parent | 556fb4672019b6af56794998d6435f68e1c59368 (diff) |
Merge pull request #22 from tuckerevans/elim
Elim
Diffstat (limited to 'recipeBuddy/src/app/DataModels/step.ts')
-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; } |