Skip to content

Commit 0fff5f4

Browse files
committed
fix typo
1 parent f947910 commit 0fff5f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/assigning-global-variables.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ const registerClass =
160160
};
161161
```
162162

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

165165
```typescript
166166
@registerClass("CustomGlobalName")

0 commit comments

Comments
 (0)