diff --git a/docs/DeveloperGuide.md b/docs/DeveloperGuide.md index 275fc4a1629..2922aca3a13 100644 --- a/docs/DeveloperGuide.md +++ b/docs/DeveloperGuide.md @@ -76,7 +76,7 @@ The **API** of this component is specified in [`Ui.java`](https://github.com/se- -The UI consists of `MainWindow` and its parts like `CommandBox`, `ResultDisplay`, `PersonListPanel`, and `StatusBarFooter`. All these, including `MainWindow`, inherit from the abstract `UiPart` class, capturing common traits among the visible GUI classes. +The `UI` consists of `MainWindow` and its parts like `CommandBox`, `ResultDisplay`, `PersonListPanel`, and `StatusBarFooter`. All these, including `MainWindow`, inherit from the abstract `UiPart` class, capturing common traits among the visible GUI classes. The `CommandBox` integrates with `commandpopup` to provide auto-suggestion functionality. It monitors changes in the `AutoSuggestionTextField` and dynamically generates `CommandTextFlows` that are displayed to the user.