Skip to content

Commit

Permalink
fix(docs): change case in REPL doc
Browse files Browse the repository at this point in the history
  • Loading branch information
jlenon7 committed Aug 14, 2023
1 parent 1bb9376 commit 24ef916
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/digging-deeper/repl.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ To import modules inside REPL you need to use dynamic imports:

```javascript
{ Log } = await import('@athenna/logger') // Destructuring import
helpers = await import('#src/Helpers/index') // Default import
helpers = await import('#app/helpers/index') // Default import
```

:::caution
Expand Down

0 comments on commit 24ef916

Please sign in to comment.