Ver Fonte

Fix asynchronism link in Mint README (#69)

Larry Lv há 8 anos atrás
pai
commit
cbbb548c7d
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      solutions/system_design/mint/README.md

+ 1 - 1
solutions/system_design/mint/README.md

@@ -349,7 +349,7 @@ We'll introduce some components to complete the design and to address scalabilit
 * [Relational database management system (RDBMS)](https://github.com/donnemartin/system-design-primer#relational-database-management-system-rdbms)
 * [SQL write master-slave failover](https://github.com/donnemartin/system-design-primer#fail-over)
 * [Master-slave replication](https://github.com/donnemartin/system-design-primer#master-slave-replication)
-* [Asynchronism](https://github.com/donnemartin/system-design-primer#aysnchronism)
+* [Asynchronism](https://github.com/donnemartin/system-design-primer#asynchronism)
 * [Consistency patterns](https://github.com/donnemartin/system-design-primer#consistency-patterns)
 * [Availability patterns](https://github.com/donnemartin/system-design-primer#availability-patterns)