Skip to content

Commit 0c4215c

Browse files
committed
Remove question mark from string
1 parent 467c5a2 commit 0c4215c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

reference/application.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,8 +195,8 @@ Represents the active document. Provides the document guid and current saved nam
195195

196196
| Property | Type | Description |
197197
| ---------- | ----------------- | ---------------------------------------------------|
198-
| name | ?string | Document name as displayed in the document window. |
199-
| guid | ?string | Unique document identifier that does not change. |
198+
| name | string | Document name as displayed in the document window. |
199+
| guid | string | Unique document identifier that does not change. |
200200

201201
**Example**
202202
```js

0 commit comments

Comments
 (0)