feat: typo fix (#4785)

This commit is contained in:
Alexey 2024-02-22 02:18:02 +03:00 committed by GitHub
parent 5539ad7aff
commit 13831e63e0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -91,7 +91,7 @@ func (e *ThreadSafeNucleiEngine) GlobalResultCallback(callback func(event *outpu
} }
// ExecuteWithCallback executes templates on targets and calls callback on each result(only if results are found) // ExecuteWithCallback executes templates on targets and calls callback on each result(only if results are found)
// This method can be called concurrently and it will use some global resources but can be runned parllely // This method can be called concurrently and it will use some global resources but can be runned parallelly
// by invoking this method with different options and targets // by invoking this method with different options and targets
// Note: Not all options are thread-safe. this method will throw error if you try to use non-thread-safe options // Note: Not all options are thread-safe. this method will throw error if you try to use non-thread-safe options
func (e *ThreadSafeNucleiEngine) ExecuteNucleiWithOpts(targets []string, opts ...NucleiSDKOptions) error { func (e *ThreadSafeNucleiEngine) ExecuteNucleiWithOpts(targets []string, opts ...NucleiSDKOptions) error {