mirror of
				https://github.com/coredns/coredns.git
				synced 2025-11-03 18:53:13 -05:00 
			
		
		
		
	Fix a typo (#315)
This fix fixes a typo in middle/cache/README.md: `1 hours` => `1 hour` Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
This commit is contained in:
		
							
								
								
									
										2
									
								
								middleware/cache/README.md
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								middleware/cache/README.md
									
									
									
									
										vendored
									
									
								
							@@ -8,7 +8,7 @@
 | 
			
		||||
cache [ttl] [zones...]
 | 
			
		||||
~~~
 | 
			
		||||
 | 
			
		||||
* `ttl` max TTL in seconds. If not specified, the maximum TTL will be used which is 1 hours for
 | 
			
		||||
* `ttl` max TTL in seconds. If not specified, the maximum TTL will be used which is 1 hour for
 | 
			
		||||
    positive responses and half an hour for negative ones.
 | 
			
		||||
* `zones` zones it should cache for. If empty, the zones from the configuration block are used.
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user