Merge pull request #3894 from PritamSangani/fix-error-message-typo

Fix small typo in error message
This commit is contained in:
Kiril Videlov 2024-05-29 23:53:37 +02:00 committed by GitHub
commit c623748b3b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -604,7 +604,7 @@ function mapErrorToToast(err: any): Toast | undefined {
return {
title: 'Draft pull requests are not enabled',
message: `
It looks like draft pull requests are not eanbled in your repository
It looks like draft pull requests are not enabled in your repository.
Please see our [documentation](https://docs.gitbutler.com/)
for additional help.