mirror of
https://github.com/status-im/markdown.git
synced 2025-02-22 16:18:22 +00:00
Fix typo
This commit is contained in:
parent
bb31c53390
commit
2e23e31bd4
@ -104,7 +104,7 @@ func TestReferenceOverride(t *testing.T) {
|
||||
ReferenceOverride: func(reference string) (rv *Reference, overridden bool) {
|
||||
switch reference {
|
||||
case "ref1":
|
||||
// just an overriden reference exists without definition
|
||||
// just an overridden reference exists without definition
|
||||
return &Reference{
|
||||
Link: "http://www.ref1.com/",
|
||||
Title: "Reference 1"}, true
|
||||
|
Loading…
x
Reference in New Issue
Block a user