Skip to content

Commit

Permalink
fix: small metadata errors on doc & thatcher
Browse files Browse the repository at this point in the history
  • Loading branch information
marcopixel committed Jul 6, 2021
1 parent 069fd73 commit bb7e7a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion operators/doc/index.ts
Expand Up @@ -17,7 +17,7 @@ export const doc: Operator = {
weight: 79,
},
bio: {
real_name: "Morowa Evans",
real_name: "Gustave Kateb",
birthplace: "Paris, France",
},
}
2 changes: 1 addition & 1 deletion operators/thatcher/index.ts
Expand Up @@ -18,6 +18,6 @@ export const thatcher: Operator = {
},
bio: {
real_name: "Mike Baker",
birthplace: "BiDefenderord, England",
birthplace: "Bideford, England",
},
}

0 comments on commit bb7e7a5

Please sign in to comment.