spelling: attaches

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref
2023-06-19 03:10:29 -04:00
parent 271011cb3c
commit 847b4380be
3 changed files with 3 additions and 3 deletions

View File

@@ -18,7 +18,7 @@ export class BillGLEntriesSubscriber {
billGLEntries: BillGLEntries; billGLEntries: BillGLEntries;
/** /**
* Attachs events with handles. * Attaches events with handles.
*/ */
attach(bus) { attach(bus) {
bus.subscribe( bus.subscribe(

View File

@@ -9,7 +9,7 @@ export class BillPaymentsGLEntriesRewriteSubscriber {
private billPaymentGLEntriesRewrite: BillPaymentsGLEntriesRewrite; private billPaymentGLEntriesRewrite: BillPaymentsGLEntriesRewrite;
/** /**
* Attachs events with handles. * Attaches events with handles.
*/ */
attach(bus) { attach(bus) {
bus.subscribe( bus.subscribe(

View File

@@ -17,7 +17,7 @@ export default class BillWriteGLEntriesSubscriber {
billsService: BillsService; billsService: BillsService;
/** /**
* Attachs events with handles. * Attaches events with handles.
*/ */
attach(bus) { attach(bus) {
bus.subscribe( bus.subscribe(