Skip to content

Commit 8c4742e

Browse files
anteriovieirakazupon
authored andcommitted
[docs] pt_BR Updated (vuejs#656)
* Updated * Change occurence to occurrence
1 parent 881d303 commit 8c4742e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/pt_BR/workflow/production.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ module.exports = {
2424
warnings: false
2525
}
2626
}),
27-
// otimiza ids de módulos por contagem de ocorrência
28-
new webpack.optimize.OccurenceOrderPlugin()
27+
// Otimizar ids de módulo por contagem de ocorrências
28+
new webpack.optimize.OccurrenceOrderPlugin()
2929
]
3030
}
3131
```

0 commit comments

Comments
 (0)