Correcting "protcool" typo, part 2

This commit is contained in:
Imre Kristoffer Eilertsen 2018-08-14 18:59:35 +02:00 committed by GitHub
parent 394e819f3e
commit 4c5f892a68

View file

@ -159,7 +159,7 @@ function License(props: any) {
function SubscribeUrl(props: any) {
return <a href={`abp:subscribe?location=${encodeURIComponent(props.url)}&amp;title=${encodeURIComponent(props.name)}`}
className="d-block d-sm-none btn btn-primary fl-btn-details-action"
title={ `Subscribe to ${props.name} with browser extension supporting \"abp:\" protcool (e.g. uBlock Origin, AdBlock Plus).` }>
title={ `Subscribe to ${props.name} with browser extension supporting \"abp:\" protocol (e.g. uBlock Origin, AdBlock Plus).` }>
Subscribe
</a >;
}
@ -360,4 +360,4 @@ interface IListSyntaxDto {
interface ISyntaxSupportedSoftwareDto {
homeUrl: string;
name: string;
};
};