Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mshustov committed Aug 4, 2020
1 parent 841101e commit 3cd56cd
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 @@ -8,7 +8,7 @@
<b>Signature:</b>

```typescript
export interface ISyncStateRef<stateStorage extends IStateStorage = IStateStorage>
export interface ISyncStateRef<StateStorage extends IStateStorage = IStateStorage>
```

## Properties
Expand Down
2 changes: 1 addition & 1 deletion src/plugins/kibana_utils/public/state_sync/public.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ export interface IStateSyncConfig<State extends BaseState, StateStorage extends
}

// @public (undocumented)
export interface ISyncStateRef<stateStorage extends IStateStorage = IStateStorage> {
export interface ISyncStateRef<StateStorage extends IStateStorage = IStateStorage> {
start: StartSyncStateFnType;
stop: StopSyncStateFnType;
}
Expand Down

0 comments on commit 3cd56cd

Please sign in to comment.