Skip to content

Commit

Permalink
NOBUG: spelling error (#347)
Browse files Browse the repository at this point in the history
  • Loading branch information
cameronpettit authored Jul 5, 2024
1 parent f640b90 commit 8a19e8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/enter-data/enter-data.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export class EnterDataComponent implements OnInit, OnDestroy {
public utils = new Utils();

public text = `Select the data and location above for the Attendance and Revenue data you
want to enter. If you want to view past enteries, you can do that by selecting
want to enter. If you want to view past entries, you can do that by selecting
the date and location you want to view.`;

constructor(protected dataService: DataService, protected router: Router, protected urlService: UrlService) {
Expand Down

0 comments on commit 8a19e8a

Please sign in to comment.