From e341a455aba3c31c0976c3c1fe8c264c454a0f50 Mon Sep 17 00:00:00 2001 From: AMashoshyna Date: Tue, 29 Sep 2020 09:57:23 +0300 Subject: [PATCH] CODEOWNERS: fix typo in path --- .github/CODEOWNERS | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 95429b9d4c24..c8ca28c32c10 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -43,8 +43,8 @@ packages/typescriptlang-org/src/copy/id.ts @jefrydco @nusendra @mazipan @mandapu packages/documentation/copy/id/**/*.md @jefrydco @nusendra @mazipan @mandaputtra [translation] [id] # Collaborators for Ukrainian Translation of the Website -packages/playground-examples/copy/id @AMashoshyna [translation] [uk] -packages/tsconfig-reference/copy/id/**/*.md @AMashoshyna [translation] [uk] -packages/typescriptlang-org/src/copy/id/**/*.ts @AMashoshyna [translation] [uk] -packages/typescriptlang-org/src/copy/id.ts @AMashoshyna [translation] [uk] -packages/documentation/copy/id/**/*.md @AMashoshyna [translation] [uk] +packages/playground-examples/copy/uk @AMashoshyna [translation] [uk] +packages/tsconfig-reference/copy/uk/**/*.md @AMashoshyna [translation] [uk] +packages/typescriptlang-org/src/copy/uk/**/*.ts @AMashoshyna [translation] [uk] +packages/typescriptlang-org/src/copy/uk.ts @AMashoshyna [translation] [uk] +packages/documentation/copy/uk/**/*.md @AMashoshyna [translation] [uk]