diff --git a/operators/doc/index.ts b/operators/doc/index.ts index 1363ad0..b1f9252 100644 --- a/operators/doc/index.ts +++ b/operators/doc/index.ts @@ -17,7 +17,7 @@ export const doc: Operator = { weight: 79, }, bio: { - real_name: "Morowa Evans", + real_name: "Gustave Kateb", birthplace: "Paris, France", }, } diff --git a/operators/thatcher/index.ts b/operators/thatcher/index.ts index 401da22..32d4c84 100644 --- a/operators/thatcher/index.ts +++ b/operators/thatcher/index.ts @@ -18,6 +18,6 @@ export const thatcher: Operator = { }, bio: { real_name: "Mike Baker", - birthplace: "BiDefenderord, England", + birthplace: "Bideford, England", }, }