Update docs for all spelling errors, and add auth0 session and spec.presence
Signed-off-by: Joe Patterson <jrwpatterson@gmail.com>
This commit is contained in:
committed by
Patrik Oldsberg
parent
f29f7805db
commit
011bd518b7
@@ -15,7 +15,7 @@
|
||||
*/
|
||||
|
||||
import type { EntityMeta, UserEntity } from '@backstage/catalog-model';
|
||||
import type { JsonValue, JsonObject } from '@backstage/types';
|
||||
import type { JsonObject, JsonValue } from '@backstage/types';
|
||||
|
||||
/**
|
||||
* Information about a template that is stored on a task specification.
|
||||
@@ -51,7 +51,7 @@ export type TemplateInfo = {
|
||||
*/
|
||||
export interface TaskStep {
|
||||
/**
|
||||
* A unqiue identifier for this step.
|
||||
* A unique identifier for this step.
|
||||
*/
|
||||
id: string;
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user