Skip to content

Commit

Permalink
novuhq#67 updating create provider documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudguruab committed Dec 6, 2021
1 parent 2b90097 commit 0d68d6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/community/create-provider.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ For this example we will be selecting `EMAIL` as our provider type. The name for
? Write the provider name camelCased: › exampleProvider
```

Once our exampleProvider is generated we will need to begin working from within `/providers/exampleProvider` to begin adding our provider. Be sure to write test alongside your provider. See below for template instances for our `exampleProvider`.
Once our exampleProvider is generated we will need to begin working from within `/providers/exampleProvider` to begin adding our provider. Be sure to write test alongside your provider. See below for template examples for our `exampleProvider`.

```ts
import {
Expand Down

0 comments on commit 0d68d6e

Please sign in to comment.