Skip to content

Commit e0a2748

Browse files
authored
Fix typo in error message (#510)
1 parent 0dc6e0b commit e0a2748

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/model/list.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ var listCmd = &cobra.Command{
7777
clientConfig := cmdutils.GetClientConfig(cmd)
7878
fgaClient, err := clientConfig.GetFgaClient()
7979
if err != nil {
80-
return fmt.Errorf("failed to intialized FGA client due to %w", err)
80+
return fmt.Errorf("failed to initialize FGA client due to %w", err)
8181
}
8282

8383
maxPages, err := cmd.Flags().GetInt("max-pages")

0 commit comments

Comments
 (0)