mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-21 23:30:32 +00:00
spelling: attaches
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
@@ -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(
|
||||||
|
|||||||
@@ -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(
|
||||||
|
|||||||
@@ -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(
|
||||||
|
|||||||
Reference in New Issue
Block a user