Skip to content

Commit 3534625

Browse files
committed
Changed for consistency
1 parent bae243e commit 3534625

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build/npm/navigation-react/navigation.react.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ export var NavigationContext: Context<NavigationEvent<any, any>> & Context<Navig
3737
*/
3838
export var BundlerContext: Context<{
3939
/**
40-
* Streams react server components
40+
* Streams RSC
4141
*/
4242
deserialize: (url: string, options: any) => Promise<any>;
4343
/**
@@ -185,7 +185,7 @@ export interface SceneViewProps<NavigationInfo extends { [index: string]: any }
185185
*/
186186
active: (keyof NavigationInfo & string) | (keyof NavigationInfo & string)[] | ((stateContext: StateContext) => boolean);
187187
/**
188-
* The name identifying the View when fetching RSCs
188+
* The name identifying the View when fetching RSC
189189
*/
190190
name?: string;
191191
/**

0 commit comments

Comments
 (0)