Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion site/en/guides/thread-primer/node-roles-and-types.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,17 @@

In a Thread network, nodes are split into two forwarding roles:

### Router
### Router or Thread Mesh Extender

A Router is a node that:

* forwards packets for network devices
* provides secure commissioning services for devices trying to join the network
* keeps its transceiver enabled at all times

Routers must be denominated "Thread Mesh Extenders" for all consumer-facing communications,
Copy link

Copilot AI Aug 13, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The word 'denominated' is incorrect in this context. Consider using 'called', 'named', or 'referred to as' instead.

Suggested change
Routers must be denominated "Thread Mesh Extenders" for all consumer-facing communications,
Routers must be called "Thread Mesh Extenders" for all consumer-facing communications,

Copilot uses AI. Check for mistakes.
but documentation and technical publications might also use the legacy "Router" terminology.
Comment on lines +19 to +20
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

For improved readability, you could rephrase this note. The word 'denominated' is quite formal, and the sentence can be made more direct and clear.

Suggested change
Routers must be denominated "Thread Mesh Extenders" for all consumer-facing communications,
but documentation and technical publications might also use the legacy "Router" terminology.
For consumer-facing communications, Routers are officially called "Thread Mesh Extenders". However, technical documentation like this guide may continue to use the legacy term "Router".


### End Device

An End Device (ED) is a node that:
Expand Down