mirror of
				https://github.com/graphql-python/graphene.git
				synced 2025-11-04 09:57:41 +03:00 
			
		
		
		
	Fix typo in docs
This commit is contained in:
		
							parent
							
								
									705cad76b2
								
							
						
					
					
						commit
						ca02095806
					
				| 
						 | 
					@ -47,7 +47,7 @@ Resolvers
 | 
				
			||||||
---------
 | 
					---------
 | 
				
			||||||
 | 
					
 | 
				
			||||||
A resolver is a method that resolves certain fields within a
 | 
					A resolver is a method that resolves certain fields within a
 | 
				
			||||||
``ObjectType``. If not specififed otherwise, the resolver of a
 | 
					``ObjectType``. If not specified otherwise, the resolver of a
 | 
				
			||||||
field is the ``resolve_{field_name}`` method on the ``ObjectType``.
 | 
					field is the ``resolve_{field_name}`` method on the ``ObjectType``.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
By default resolvers take the arguments ``info`` and ``*args``.
 | 
					By default resolvers take the arguments ``info`` and ``*args``.
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user