Skip to content

Commit

Permalink
docs(nx-plugin): typo correction in local generators docs (#13171)
Browse files Browse the repository at this point in the history
  • Loading branch information
pacoita authored Nov 16, 2022
1 parent 60a7345 commit 2d0b7fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/shared/recipes/local-generators.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ happynrwl/
└── tsconfig.base.json
```

The `index.ts` provides an entry point to the generator. The file contains a function that is called to perform manipulations on a tree that represents the file system.
The `generator.ts` provides an entry point to the generator. The file contains a function that is called to perform manipulations on a tree that represents the file system.
The `schema.json` provides a description of the generator, available options, validation information, and default values.

The initial generator function creates a library.
Expand Down

1 comment on commit 2d0b7fc

@vercel
Copy link

@vercel vercel bot commented on 2d0b7fc Nov 16, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

nx-dev – ./

nx-dev-git-master-nrwl.vercel.app
nx-five.vercel.app
nx.dev
nx-dev-nrwl.vercel.app

Please sign in to comment.