Explorar o código

fix number of default history providers in guide

Evan Almloff %!s(int64=2) %!d(string=hai) anos
pai
achega
f9161f0a9b
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  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.