Fix typo in description.php
describle -> describe
这个提交包含在:
父节点
e10980804e
当前提交
d941b1796c
共有 1 个文件被更改,包括 1 次插入 和 1 次删除
|
|
@ -25,7 +25,7 @@
|
|||
<div class="form-group">
|
||||
<label for="APIDescription">API Description</label>
|
||||
<input type="text" class="form-control" name="api_desc" id="APIDescription" aria-describedby="APIDescriptionHelp" value="<?php echo $api_info['description']; ?>">
|
||||
<small id="APIDescriptionHelp" class="form-text text-muted">Simple name to describle what you use this API for.</small>
|
||||
<small id="APIDescriptionHelp" class="form-text text-muted">Simple name to describe what you use this API for.</small>
|
||||
</div>
|
||||
|
||||
<input type="hidden" name="api_key" value="<?php echo $api_info['key']; ?>">
|
||||
|
|
|
|||
正在加载…
在新工单中引用