Skip to content

Commit b981470

Browse files
committed
correct typo
1 parent cf42685 commit b981470

File tree

1 file changed

+2
-2
lines changed
  • extentreports-testng-adapter-example/src/test/java/com/aventstack/extentreports/adapter/testng/tests

1 file changed

+2
-2
lines changed

extentreports-testng-adapter-example/src/test/java/com/aventstack/extentreports/adapter/testng/tests/ScreenshotTests.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ public synchronized void afterMethod(ITestResult result) throws IOException {
5555
}
5656

5757
/**
58-
* !!This code block is just an example only!! !!Real-world implemention would
59-
* require capturing a screenshot!!
58+
* !!This code block is just an example only!!
59+
* !!Real-world implementation would require capturing a screenshot!!
6060
*
6161
* @return Image path
6262
* @throws IOException

0 commit comments

Comments
 (0)