Doc fix.
diff --git a/doc/documentation-main.html b/doc/documentation-main.html
index 4e6c1c2..4434243 100644
--- a/doc/documentation-main.html
+++ b/doc/documentation-main.html
@@ -2137,7 +2137,7 @@
 <li>
   Any @Before method or @Test method can declare a parameter of type <tt>ITestContext</tt>.
 <li>
-  Any @After method can declare a parameter of type <tt>ITestResult</tt>, which will reflect the result of the test method that was just run.
+  Any @AfterMethod method can declare a parameter of type <tt>ITestResult</tt>, which will reflect the result of the test method that was just run.
 <li>
   Any @Before and @After methods can declare a parameter of type <tt>XmlTest</tt>, which contain the current <tt>&lt;test&gt;</tt> tag.
 <li>