docs: Fix role hideothers, unhide typo
This commit is contained in:
		
					parent
					
						
							
								b80aab3cf2
							
						
					
				
			
			
				commit
				
					
						af5262630a
					
				
			
		
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -170,11 +170,11 @@ if (process.platform == 'darwin') {
 | 
			
		|||
      {
 | 
			
		||||
        label: 'Hide Others',
 | 
			
		||||
        accelerator: 'Command+Shift+H',
 | 
			
		||||
        role: 'hideothers:'
 | 
			
		||||
        role: 'hideothers'
 | 
			
		||||
      },
 | 
			
		||||
      {
 | 
			
		||||
        label: 'Show All',
 | 
			
		||||
        role: 'unhide:'
 | 
			
		||||
        role: 'unhide'
 | 
			
		||||
      },
 | 
			
		||||
      {
 | 
			
		||||
        type: 'separator'
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue