diff --git a/packages/graphiql-react/src/editor/context.tsx b/packages/graphiql-react/src/editor/context.tsx index 6ab10b3e0da..c46fad0ce9d 100644 --- a/packages/graphiql-react/src/editor/context.tsx +++ b/packages/graphiql-react/src/editor/context.tsx @@ -174,8 +174,9 @@ export type EditorContextProviderProps = { */ initialTabs?: TabDefinition[]; /** - * This prop can be used to defined the initial set of tabs with their queries, - * variables and headers. + * This prop can be used to define the default set of tabs, with their + * queries, variables, and headers. It will be used as default only if + * there is no tab state persisted in storage. * * @example * ```tsx