瀏覽代碼

fix number of default history providers in guide

Evan Almloff 2 年之前
父節點
當前提交
f9161f0a9b
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      docs/router/src/reference/history-providers.md

+ 2 - 2
docs/router/src/reference/history-providers.md

@@ -3,8 +3,8 @@
 [`HistoryProvider`]s are used by the router to keep track of the navigation history
 and update any external state (e.g. the browser's URL).
 
-The router provides five [`HistoryProvider`]s, but you can also create your own.
-The five default implementations are:
+The router provides two [`HistoryProvider`]s, but you can also create your own.
+The two default implementations are:
 
 - The [`MemoryHistory`] is a custom implementation that works in memory.
 - The [`WebHistory`] integrates with the browser's URL.