Skip to content

Commit 5394bd6

Browse files
jkwluiJustinBeckwith
authored andcommitted
fix(typo): LifecylceState => LifecycleState interface (#124)
1 parent 63c15cb commit 5394bd6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • packages/google-cloud-resourcemanager/src

packages/google-cloud-resourcemanager/src/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ export interface GetProjectOptions {
4242
pageToken?: string;
4343
}
4444

45-
export enum LifecylceState {
45+
export enum LifecycleState {
4646
/**
4747
* Unspecified state. This is only used/useful for distinguishing unset
4848
* values.
@@ -67,7 +67,7 @@ export enum LifecylceState {
6767
export interface CreateProjectOptions {
6868
projectNumber?: string;
6969
projectId?: string;
70-
lifecycleState?: LifecylceState;
70+
lifecycleState?: LifecycleState;
7171
name: string;
7272
createTime: string;
7373
labels: {[index: string]: string};

0 commit comments

Comments
 (0)