Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Perryvw committed Jul 13, 2024
1 parent f947910 commit 0fff5f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/assigning-global-variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ const registerClass =
};
```

Now instead of taking the global name from the class, you a custom name yourself:
Now instead of taking the global name from the class, you can specify a custom name yourself:

```typescript
@registerClass("CustomGlobalName")
Expand Down

0 comments on commit 0fff5f4

Please sign in to comment.