Skip to content

Commit c0a1f13

Browse files
authored
Fix typo in saas-microservices README (#1196)
### Description Corrected a typo (`microfrontnds.json`) to `microfrontends.json` in README. ### Type of Change - [ ] New Example - [x] Example updates (Bug fixes, new features, etc.) - [ ] Other (changes to the codebase, but not to examples)
1 parent 59ca6fd commit c0a1f13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

solutions/saas-microservices/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ dashboard.
1717

1818
There are 3 separate applications in this example:
1919

20-
- `dashboard` - A [Next.js](https://nextjs.org/) application to show the UI. This application also controls the `microfrontnds.json` configuration to route API paths to the other microservices (see below).
20+
- `dashboard` - A [Next.js](https://nextjs.org/) application to show the UI. This application also controls the `microfrontends.json` configuration to route API paths to the other microservices (see below).
2121
- `api-dashboard` - A [Nitro](https://nitro.build/) backend serving data displayed in the dashboard.
2222
- `api-users` - A [Hono](https://hono.dev/) backend authenticating users and returning user information.
2323

0 commit comments

Comments
 (0)