fix: small typos (#686)
This commit is contained in:
		@@ -26,7 +26,7 @@ Component.Explorer({
 | 
			
		||||
  title: "Explorer", // title of the explorer component
 | 
			
		||||
  folderClickBehavior: "collapse", // what happens when you click a folder ("link" to navigate to folder page on click or "collapse" to collapse folder on click)
 | 
			
		||||
  folderDefaultState: "collapsed", // default state of folders ("collapsed" or "open")
 | 
			
		||||
  useSavedState: true, // wether to use local storage to save "state" (which folders are opened) of explorer
 | 
			
		||||
  useSavedState: true, // whether to use local storage to save "state" (which folders are opened) of explorer
 | 
			
		||||
  // Sort order: folders first, then files. Sort folders and files alphabetically
 | 
			
		||||
  sortFn: (a, b) => {
 | 
			
		||||
    ... // default implementation shown later
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user