Skip to content

Commit ce87ecc

Browse files
committed
Fixing some formatting issues
1 parent 8eaff5d commit ce87ecc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

hub/apps/develop/settings/settings-common.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ FileInfo values are populated from the *App Compatibility* JSON above. All FileI
206206
| path | wstring | File path. Optional. |
207207
| osComponent | wstring | Boolean stating if the file is an OS file. |
208208
| size | wstring | The file size as a 32-bit value. |
209-
| magic | wstring | The PE header's magic number. Optional. For information on the PE header, see https://learn.microsoft.com/en-us/windows/win32/debug/pe-format. |
209+
| magic | wstring | The PE header's magic number. Optional. For information on the PE header, see [PE Format](/windows/win32/debug/pe-format). |
210210
| peHeaderHash | wstring | Hash of the file's PE header. Optional. |
211211
| sizeOfImage | wstring | PE header's SizeOfImage value. Optional. |
212212
| peChecksum | wstring | PE header's CheckSum value. Optional. |
@@ -253,6 +253,7 @@ FileInfo values are populated from the *App Compatibility* JSON above. All FileI
253253
#### DeviceMetadata values
254254

255255
BUGBUG
256+
256257
| Name | Type | Description |
257258
|------|-------|---------|
258259
| userIntent | uint32 | An OR'd combination of values specifying user intent during Windows OOBE setup. See *userIntent* values.

0 commit comments

Comments
 (0)