commit | ab3923fdc83fd196caebe9ee3db913f18bd42086 | [log] [tgz] |
---|---|---|
author | Ernesto Izquierdo Clua <[email protected]> | Tue Mar 01 20:42:15 2022 |
committer | Chromium LUCI CQ <[email protected]> | Tue Mar 01 20:42:15 2022 |
tree | efbf462e98ea6b5acc9bd996d86a04c0556453a2 | |
parent | 3dd84fe11e0193f252226bc91841434609333729 [diff] [blame] |
Added missing quotation marks in ios testing documentation Change-Id: I220b461c1d734a51f3f906380e4f0cef773b86a5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3498529 Reviewed-by: Tommy Martino <[email protected]> Commit-Queue: Ernesto Izquierdo Clua <[email protected]> Cr-Commit-Position: refs/heads/main@{#976376}
diff --git a/docs/ios/testing.md b/docs/ios/testing.md index 5a26ddf..d1b2b46 100644 --- a/docs/ios/testing.md +++ b/docs/ios/testing.md
@@ -29,7 +29,7 @@ * You’ll have to include: ``` - #import "ios/chrome/test/earl_grey/chrome_test_case.h + #import "ios/chrome/test/earl_grey/chrome_test_case.h" ``` * You’ll most likely find util functions in these files helpful. ```