File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -39,10 +39,10 @@ Search the given `html` content for all `<link />` elements and return any disco
3939
4040discoverEndpoint(sourceURL, ...)
4141--------------------------------
42- Discover any WebMention endpoint for a given ` url ` .
42+ Discover any WebMention endpoint for a given ` sourceURL ` .
4343
44- sendWebmention(sourceURL, targetURL, webmention=None )
45- -----------------------------------------------------
44+ sendWebmention(sourceURL, targetURL, webmention)
45+ ------------------------------------------------
4646Send to the ` targetURL ` a WebMention for the ` sourceURL ` .
4747The WebMention will be discovered if it is not given in the optional ` webmention ` parameter.
4848
@@ -55,8 +55,8 @@ If any have an href attribute that is `rel="me"` then include it in the result.
5555
5656confirmRelMe(profileURL, resourceURL, profileRelMes, resourceRelMes)
5757--------------------------------------------------------------------
58- Determine if a given resourceURL is authoritative for the profileURL.
59- The list of ` rel="me" ` links will be discovered if not provided in the optional profileRelMes parameter or the resourceRelMes paramter .
58+ Determine if a given ` resourceURL ` is authoritative for the ` profileURL ` .
59+ The list of ` rel="me" ` links will be discovered if not provided in the optional ` profileRelMes ` parameter or the ` resourceRelMes ` parameter .
6060
6161Validators
6262==========
You can’t perform that action at this time.
0 commit comments