Преглед изворни кода

Merge pull request #142 from shepting/patch-1

Fix typo pruged -> pruned
Ryan Olson пре 9 година
родитељ
комит
e40054ba1a
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      Classes/FLEXManager.h

+ 1 - 1
Classes/FLEXManager.h

@@ -23,7 +23,7 @@
 
 /// If this property is set to YES, FLEX will swizzle NSURLConnection*Delegate and NSURLSession*Delegate methods
 /// on classes that conform to the protocols. This allows you to view network activity history from the main FLEX menu.
-/// Full responses are kept temporarily in a size limited cache and may be pruged under memory pressure.
+/// Full responses are kept temporarily in a size-limited cache and may be pruned under memory pressure.
 @property (nonatomic, assign, getter=isNetworkDebuggingEnabled) BOOL networkDebuggingEnabled;
 
 /// Defaults to 25 MB if never set. Values set here are presisted across launches of the app.