<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[`Editor`](Editor) › [`wordAt`](Editor/wordAt)
## Editor.wordAt() method
0.11.11
**Signature:**
```typescript
abstract wordAt(pos: EditorPosition): EditorRange | null;
```
## Parameters
| Parameter | Type | Description |
| --- | --- | --- |
| <code>pos</code> | [`EditorPosition`](EditorPosition) | |
**Returns:**
[`EditorRange`](EditorRange)` | null`