From de388a44d7871ac69c2efd05157192e28e8da3a9 Mon Sep 17 00:00:00 2001 From: Jeongho Park <56580445+Jpumpkin1223@users.noreply.github.com> Date: Thu, 14 Dec 2023 22:01:33 +0900 Subject: [PATCH] Fix typo in quickstart.mdx (#3217) 'altogheter' -> 'altogether' --- website/docs/from_provider/quickstart.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/from_provider/quickstart.mdx b/website/docs/from_provider/quickstart.mdx index 1ef606f74..6ed213073 100644 --- a/website/docs/from_provider/quickstart.mdx +++ b/website/docs/from_provider/quickstart.mdx @@ -64,7 +64,7 @@ This should boost and simplify the migration process, while also minimizing / tr ## Riverpod and Provider can coexist *Keep in mind that it is entirely possible to use both Provider and Riverpod at the same time.* -Indeed, using import aliases, it is possible to use the two APIs altogheter. +Indeed, using import aliases, it is possible to use the two APIs altogether. This is also great for readibilty and it removes any ambiguous API usage. If you plan on doing this, consider using import aliases for each Provider import in your codebase.