Skip to content

Commit

Permalink
quotation marks
Browse files Browse the repository at this point in the history
  • Loading branch information
adrn committed Sep 28, 2023
1 parent ad07091 commit 9f43c02
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jupyterlab_gist_it",
"version": "0.1.0",
"version": "0.2.0",
"description": "Upload Jupyter notebooks to GitHub Gist.",
"keywords": [
"jupyter",
Expand Down
2 changes: 1 addition & 1 deletion src/gistitwidget.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export default class GistItWidget extends Widget {
return;
} else if (this._settings.personalAccessToken === '') {
window.alert(
"Please save a GitHub personal access token (with Gist access) in the Gist It settings."
'Please save a GitHub personal access token (with Gist access) in the Gist It settings.'
);
return;
}
Expand Down

0 comments on commit 9f43c02

Please sign in to comment.