Skip to content

Commit 7391789

Browse files
committed
fixed documentation on reqeust and listing files.
1 parent 6db3a15 commit 7391789

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

SwanFileBrowser/src/listing.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* File taken from https://github.com/jupyterlab/jupyterlab/blob/master/packages/filebrowser/src/listing.ts
3-
* for jupytrelab version 3.0.x.
3+
* for Jupyterlab version 3.0.x.
44
*
55
* In this file, we reimplement the DirListing class in the SwanDirListing class.
66
* This allows you to manipulate the low-level entries in the file browser widget,

SwanFileBrowser/src/request.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* This file have the function that allows request to our backend extensions
2+
* This file has the function that allows requesting our backend extensions.
33
* SwanProjects and SwanContents.
44
*
55
*/

0 commit comments

Comments
 (0)