mirror of
				https://github.com/NotAShelf/nvf.git
				synced 2025-10-31 19:12:38 +00:00 
			
		
		
		
	basic/spellcheck: pass a string to literalExpression
This commit is contained in:
		
					parent
					
						
							
								3861d9a161
							
						
					
				
			
			
				commit
				
					
						576429ba5c
					
				
			
		
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -19,7 +19,7 @@ in { | ||||||
|     languages = mkOption { |     languages = mkOption { | ||||||
|       type = listOf str; |       type = listOf str; | ||||||
|       default = ["en"]; |       default = ["en"]; | ||||||
|       example = literalExpression ["en" "de"]; |       example = literalExpression ''["en" "de"]''; | ||||||
|       description = "The languages to be used for spellchecking"; |       description = "The languages to be used for spellchecking"; | ||||||
|     }; |     }; | ||||||
|   }; |   }; | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue