mirror of
				https://github.com/donnemartin/system-design-primer.git
				synced 2025-11-04 10:12:32 +03:00 
			
		
		
		
	Delete duplicate does in 3 design examples (#24)
Delete duplicate word "does" in design exercises
This commit is contained in:
		
				
					committed by
					
						
						Donne Martin
					
				
			
			
				
	
			
			
			
						parent
						
							5fa4136b58
						
					
				
				
					commit
					eaed5dd016
				
			@@ -95,7 +95,7 @@ An alternative to a relational database acting as a large hash table, we could u
 | 
			
		||||
 | 
			
		||||
* The **Client** sends a create paste request to the **Web Server**, running as a [reverse proxy](https://github.com/donnemartin/system-design-primer#reverse-proxy-web-server)
 | 
			
		||||
* The **Web Server** forwards the request to the **Write API** server
 | 
			
		||||
* The **Write API** server does does the following:
 | 
			
		||||
* The **Write API** server does the following:
 | 
			
		||||
    * Generates a unique url
 | 
			
		||||
        * Checks if the url is unique by looking at the **SQL Database** for a duplicate
 | 
			
		||||
        * If the url is not unique, it generates another url
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user