Skip to content

Commit abd8c71

Browse files
kostyafarberjtpio
andauthored
Update packages/help-extension/src/index.tsx
Update variable contList to contributorList Co-authored-by: Jeremy Tuloup <[email protected]>
1 parent 32369b7 commit abd8c71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/help-extension/src/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ const plugin: JupyterFrontEndPlugin<void> = {
127127
const notebookURL = 'https://github.com/jupyter/notebook';
128128
const contributorURL = 'https://github.com/jupyter/notebook/pulse';
129129
const aboutJupyter = trans.__('JUPYTER NOTEBOOK ON GITHUB');
130-
const contList = trans.__('CONTRIBUTOR LIST');
130+
const contributorList = trans.__('CONTRIBUTOR LIST');
131131
const externalLinks = (
132132
<span>
133133
<a

0 commit comments

Comments
 (0)