Fix documentation for AbstractStyle and StyleInterface

This commit is contained in:
Dmitriy Simushev 2014-03-04 12:09:27 +00:00
parent b8fa2dc338
commit 414b5c6b60
2 changed files with 2 additions and 2 deletions

View File

@ -97,7 +97,7 @@ abstract class AbstractStyle
}
/**
* Builds base path for style files. This path is relative Mibew root and
* Builds base path for style files. This path is relative to Mibew root and
* does not contain neither leading nor trailing slash.
*
* @return string Base path for style files

View File

@ -55,7 +55,7 @@ interface StyleInterface
public static function availableStyles();
/**
* Builds base path for style files. This URL is relative Mibew root and
* Builds base path for style files. This path is relative to Mibew root and
* does not contain neither leading nor trailing slash.
*
* @return string Base path for style files