Skip to content

Commit 98ac3ae

Browse files
authored
Update index.tsx
1 parent abfb676 commit 98ac3ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/DevDocTemplate/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ const DevDocTemplate: FC<DevDocTemplateProps> = (props) => {
185185

186186
useEffect(() => {
187187
// This is to send navigation events to the parent app (if in Iframe)
188-
// So that the parent can sync the url
188+
// So that the parent can sync the url.
189189
const newParms: {
190190
pageid?: string;
191191
} = queryStringParser(location.search);

0 commit comments

Comments
 (0)