Skip to content

Commit 4406c09

Browse files
Update docs/documentation/pt/declaration-files/Consumption.md
Co-authored-by: Lucas Santos <[email protected]>
1 parent c2a5c84 commit 4406c09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/documentation/pt/declaration-files/Consumption.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ import * as _ from "lodash";
2828
_.padStart("Hello TypeScript!", 20, " ");
2929
```
3030

31-
ou se você não estiver usando módulos, você pode apenas usar a variaável global `_`.
31+
Ou, se você não estiver usando módulos, você pode apenas usar a variável global `_`.
3232

3333
```ts
3434
_.padStart("Hello TypeScript!", 20, " ");

0 commit comments

Comments
 (0)