Skip to content

Commit

Permalink
update comments in typings
Browse files Browse the repository at this point in the history
  • Loading branch information
ekhaled committed Aug 26, 2021
1 parent 9ecb298 commit 694d83b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions typings.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export interface JSDocTypeElement extends JSDocTypeBase {
/**
* Provide the path from where this event are imported.
* Emited only if JSDoc have {import()} statement.
*
*
* @example
* For example, lets check the following JSDoc comment:
* ```js
Expand Down Expand Up @@ -143,7 +143,7 @@ export interface SvelteDataItem extends ISvelteItem {
bind?: SvelteDataBindMapping[];
/**
* Indicates that this data item of component located in static context.
* Variable should be declared in `<script scope="module" />` block.
* Variable should be declared in `<script context="module" />` block.
* @since Svelte V3
* @since {2.0.0}
*/
Expand Down Expand Up @@ -225,7 +225,7 @@ export interface SvelteMethodParamItem {
description?: string;
/**
* Indicates that this data item of component located in static context.
* Variable should be declared in `<script scope="module" />` block.
* Variable should be declared in `<script context="module" />` block.
* @since Svelte V3
* @since {2.0.0}
*/
Expand Down Expand Up @@ -531,7 +531,7 @@ export type SvelteParserOptions =
declare module 'sveltedoc-parser' {
/**
* Parse the svelte source file to structured object.
*
*
* @param options The parser options
* @example
* ```js
Expand All @@ -554,7 +554,7 @@ declare module 'sveltedoc-parser' {

/**
* Try to detect svelte source file version.
*
*
* @param options The parser options
* @return The detected version of svelte source file.
*/
Expand Down

0 comments on commit 694d83b

Please sign in to comment.