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:
Joe Patterson
2022-11-23 10:50:45 +10:00
committed by Patrik Oldsberg
parent f29f7805db
commit 011bd518b7
8 changed files with 39 additions and 22 deletions
+2 -2
View File
@@ -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;
/**