Skip to content

Commit

Permalink
Update typos
Browse files Browse the repository at this point in the history
  • Loading branch information
vinimarcili committed Sep 8, 2023
1 parent cdd2f4c commit ff34080
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ export class SqCollapseComponent {
*/
@Output() openedEmitter: EventEmitter<{
open: boolean;
element: HTMLElement;
element: HTMLElement | ElementRef<any> | null;
}> = new EventEmitter()

/**
Expand Down
2 changes: 1 addition & 1 deletion src/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@squidit/ngx-css",
"version": "1.0.097",
"version": "1.0.098",
"peerDependencies": {
"@angular/common": ">=15.0.0",
"@angular/core": ">=15.0.0",
Expand Down

0 comments on commit ff34080

Please sign in to comment.