mirror of
https://we.phorge.it/source/phorge.git
synced 2024-12-22 05:20:56 +01:00
Fix typo: behvaior->behavior
See: <https://github.com/facebook/phabricator/pull/622> Reviewed by: epriestley
This commit is contained in:
parent
70ec8052fd
commit
71d2b0868b
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ final class DifferentialTestPlanField
|
||||||
protected function getCoreFieldRequiredErrorString() {
|
protected function getCoreFieldRequiredErrorString() {
|
||||||
return pht(
|
return pht(
|
||||||
'You must provide a test plan. Describe the actions you performed '.
|
'You must provide a test plan. Describe the actions you performed '.
|
||||||
'to verify the behvaior of this change.');
|
'to verify the behavior of this change.');
|
||||||
}
|
}
|
||||||
|
|
||||||
public function readValueFromRequest(AphrontRequest $request) {
|
public function readValueFromRequest(AphrontRequest $request) {
|
||||||
|
|
Loading…
Reference in a new issue