Skip to content

Commit 75bb6e8

Browse files
committed
Merge pull request johnpapa#470 from vinicius-sabadim/patch-1
Translating some words on dependecies chapter
2 parents df241ba + 0a06e59 commit 75bb6e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

i18n/PT-BR.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1406,7 +1406,7 @@ ou *Identifique Dependências Manualmente*
14061406
controller: DashboardPanel,
14071407
};
14081408

1409-
DashboardPanel.$inject = ['logger']; // Unreachable
1409+
DashboardPanel.$inject = ['logger']; // inacessível
14101410
function DashboardPanel(logger) {
14111411
}
14121412
}
@@ -1415,7 +1415,7 @@ ou *Identifique Dependências Manualmente*
14151415
```javascript
14161416
// dentro da definição de diretiva
14171417
function outer() {
1418-
DashboardPanel.$inject = ['logger']; // reachable
1418+
DashboardPanel.$inject = ['logger']; // acessível
14191419
return {
14201420
controller: DashboardPanel,
14211421
};

0 commit comments

Comments
 (0)