Copilot commented on code in PR #39893:
URL: https://github.com/apache/superset/pull/39893#discussion_r3210412928


##########
superset-frontend/src/embedded/index.tsx:
##########
@@ -68,18 +68,19 @@ const LazyDashboardPage = lazy(
 
 const EmbededLazyDashboardPage = () => {

Review Comment:
   Typo in component name: `EmbededLazyDashboardPage` is missing a second ā€œdā€. 
Renaming to `EmbeddedLazyDashboardPage` (and updating its usage) would improve 
readability and avoid propagating the misspelling.
   



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to