Correcting "protcool" typo, part 1

This commit is contained in:
Imre Kristoffer Eilertsen 2018-08-14 18:58:14 +02:00 committed by GitHub
parent 46a17d28b9
commit a0735fbf1d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -179,7 +179,7 @@ interface IListLanguageDto {
function SubscribeUrl(props: any) {
return <a href={`abp:subscribe?location=${encodeURIComponent(props.url)}&amp;title=${encodeURIComponent(props.name)}`}
className="btn btn-primary btn-block"
title={"Subscribe to list with browser extension supporting \"abp:\" protcool (e.g. uBlock Origin, AdBlock Plus)."}>
title={"Subscribe to list with browser extension supporting \"abp:\" protocol (e.g. uBlock Origin, AdBlock Plus)."}>
Subscribe
</a>;
}
}