Skip to content

Commit 44f2b93

Browse files
committed
Docs: correct typo in migration guide
1 parent fe512db commit 44f2b93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/migrate-v2-to-v3.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,7 @@ Similar messages would be shown for other funcs.
394394
```go
395395
&cli.StringFlag{
396396
Name: "foo",
397-
TakesFiles: true,
397+
TakesFile: true,
398398
}
399399
```
400400

0 commit comments

Comments
 (0)