Skip to content

Commit

Permalink
chore: fixing HTML tag error on tsdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanl17 committed Feb 11, 2025
1 parent 45b97e5 commit e3e190d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/sanity/src/core/perspective/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export interface PerspectiveContextValue {
/* The selected perspective name, it could be a release or Published */
selectedPerspectiveName: 'published' | ReleaseId | undefined
/**
* The releaseId as r<string>; it will be undefined if the selected perspective is `published` or `drafts`
* The releaseId as `r<string>`; it will be undefined if the selected perspective is `published` or `drafts`
*/
selectedReleaseId: ReleaseId | undefined

Expand Down
2 changes: 1 addition & 1 deletion packages/sanity/src/core/releases/store/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export type ReleaseFinalDocumentState = {
export interface ReleaseDocument extends SanityDocument {
/**
* typically
* _.releases.<name>
* `_.releases.<name>`
*/
_id: string
_type: typeof RELEASE_DOCUMENT_TYPE
Expand Down

0 comments on commit e3e190d

Please sign in to comment.