Fixed a typo in 'Search' feature configuration (#364)

Changed from 'confured' to 'configured'
This commit is contained in:
Lyderic Dutillieux 2021-03-04 11:17:12 +01:00 committed by GitHub
parent 0178630b7b
commit 74169650dc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -68,7 +68,7 @@ func init(){
f.Type = "number"
f.Default = 300
f.Description = `When full text search is disabled, the search engine recursively explore
directories to find results. Exploration can't last longer than what is confured here`
directories to find results. Exploration can't last longer than what is configured here`
f.Placeholder = fmt.Sprintf("Default: %dms", f.Default)
return f
}).Int()) * time.Millisecond