Fix typo
This commit is contained in:
		@@ -22,7 +22,7 @@ impl UpdateReservationQuery {
 | 
			
		||||
    ) -> anyhow::Result<Option<&str>> {
 | 
			
		||||
        if !a.open_to_reservations {
 | 
			
		||||
            return Ok(Some(
 | 
			
		||||
                "The accommodation is not open to reservations create / update!",
 | 
			
		||||
                "The accommodation is not open to reservations creation / update!",
 | 
			
		||||
            ));
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user