Skip to content

Commit a12226f

Browse files
authored
fix missing translation (#4187)
1 parent 8ff85f2 commit a12226f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/website-new/docs/en/blog/error-load-remote.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,11 @@ Use Module Federation Runtime provided [`errorLoadRemote`](https://module-federa
3939
### Rendering layer: Error boundary
4040

4141
Use React's `ErrorBoundary` mechanism to handle component rendering exceptions:
42-
- Graceful degradation, display friendly error提示
42+
- Graceful degradation, display friendly error prompts
4343
- Isolate error impact, prevent the entire application from crashing
4444
- Support error recovery and retry loading
4545

46-
These three solutions are for different scenarios, can be used separately, or combined to provide a more完善的错误处理机制。下面我们将详细介绍每种方案的具体实现。
46+
These three solutions are for different scenarios, can be used separately, or combined to provide a more comprehensive error handling mechanism. Below we will introduce the specific implementation of each solution in detail.
4747

4848

4949
### Add retry mechanism

0 commit comments

Comments
 (0)