We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2a5c84 commit 4406c09Copy full SHA for 4406c09
docs/documentation/pt/declaration-files/Consumption.md
@@ -28,7 +28,7 @@ import * as _ from "lodash";
28
_.padStart("Hello TypeScript!", 20, " ");
29
```
30
31
-ou se você não estiver usando módulos, você pode apenas usar a variaável global `_`.
+Ou, se você não estiver usando módulos, você pode apenas usar a variável global `_`.
32
33
```ts
34
0 commit comments