Skip to content

Commit

Permalink
fix(typo): LifecylceState => LifecycleState interface (#124)
Browse files Browse the repository at this point in the history
  • Loading branch information
jkwlui authored and JustinBeckwith committed Nov 8, 2018
1 parent 63c15cb commit 5394bd6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/google-cloud-resourcemanager/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export interface GetProjectOptions {
pageToken?: string;
}

export enum LifecylceState {
export enum LifecycleState {
/**
* Unspecified state. This is only used/useful for distinguishing unset
* values.
Expand All @@ -67,7 +67,7 @@ export enum LifecylceState {
export interface CreateProjectOptions {
projectNumber?: string;
projectId?: string;
lifecycleState?: LifecylceState;
lifecycleState?: LifecycleState;
name: string;
createTime: string;
labels: {[index: string]: string};
Expand Down

0 comments on commit 5394bd6

Please sign in to comment.