diff --git a/content/docs/04-clusters/03-edge/02-edge-configuration/35-installer-reference.md b/content/docs/04-clusters/03-edge/02-edge-configuration/35-installer-reference.md index f13c467e3d..72185e5b36 100644 --- a/content/docs/04-clusters/03-edge/02-edge-configuration/35-installer-reference.md +++ b/content/docs/04-clusters/03-edge/02-edge-configuration/35-installer-reference.md @@ -106,7 +106,7 @@ The `stylus.site` blocks accept the following parameters. | --- | --- | | `paletteEndpoint` | The URL endpoint that points to Palette. Example: `api.spectrocloud.com` | | `edgeHostToken` | A token created at the tenant scope that is required for auto registration. | -| `autoRegister` | If true, the device will get registered and show up on the edge host page. | +| `autoRegister` | If true, the device will register and show up on the edge host page. | | `projectName` | The name of the project. | `name` | If you do not specify an edge hostname, the system will generate one from the serial number of the device. If Stylus is unable to identify the serial number, it will generate a random ID instead. In cases where the hardware does not have a serial number, we suggest that you specify a value so there is minimal chance of duplication. Use the value `"$random"` to generate a random ID. | | `prefix` | The system assigns a prefix value to the device UID generated by Stylus. By default, this value is set to `edge`. |