Skip to content

Commit 4665e39

Browse files
authored
fix typo (flutter#8340)
1 parent cbf2d55 commit 4665e39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/devtools_app/lib/src/screens/deep_link_validation/deep_links_model.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ class IosDomainError extends DomainError {
129129
'This test checks whether the Apple-App-Site-Association file, '
130130
'which is required to verify the association between the app and the '
131131
'domain name, exists under your domain.',
132-
'Add an Apple-App-Side-Association file to all of the '
132+
'Add an Apple-App-Site-Association file to all of the '
133133
'failed website domains at the following location: '
134134
'https://[domain.name]/apple-app-site-association.',
135135
);

0 commit comments

Comments
 (0)