git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1905445 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
PJ Fanning 2022-11-21 20:22:40 +00:00
parent 5319b735af
commit bac21cc1a6
2 changed files with 4 additions and 4 deletions

View File

@ -149,7 +149,7 @@ public class XSLFTheme extends POIXMLDocumentPart {
/**
* @return typeface of the major font to use in a document.
* Typically the major font is used for heading areas of a document.
* Typically, the major font is used for heading areas of a document.
*
*/
@SuppressWarnings("WeakerAccess")
@ -159,7 +159,7 @@ public class XSLFTheme extends POIXMLDocumentPart {
/**
* @return typeface of the minor font to use in a document.
* Typically the monor font is used for normal text or paragraph areas.
* Typically, the minor font is used for normal text or paragraph areas.
*
*/
@SuppressWarnings("WeakerAccess")

View File

@ -133,7 +133,7 @@ public class XWPFTheme extends POIXMLDocumentPart {
/**
* @return typeface of the major font to use in a document.
* Typically the major font is used for heading areas of a document.
* Typically, the major font is used for heading areas of a document.
*
*/
@SuppressWarnings("WeakerAccess")
@ -143,7 +143,7 @@ public class XWPFTheme extends POIXMLDocumentPart {
/**
* @return typeface of the minor font to use in a document.
* Typically the monor font is used for normal text or paragraph areas.
* Typically, the minor font is used for normal text or paragraph areas.
*
*/
@SuppressWarnings("WeakerAccess")