Skip to content

Commit

Permalink
fix: fix cspell
Browse files Browse the repository at this point in the history
  • Loading branch information
MishaZhem committed Jul 18, 2024
1 parent 91a8326 commit 90e7e70
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
import {Injectable} from '@angular/core';

interface LighingData {
interface LightingData {
readonly room: string;
readonly state: boolean;
}

export const INITIAL_DATA: LighingData[] = [
export const INITIAL_DATA: LightingData[] = [
{room: 'Kitchen', state: true},
{room: 'Bedroom', state: false},
{room: 'Bathroom', state: true},
Expand Down

0 comments on commit 90e7e70

Please sign in to comment.