Skip to content

Commit 0b405f7

Browse files
committed
fix: Spelling correction
1 parent c31bb92 commit 0b405f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/LinkDotNet.Blog.Web/Features/Admin/Settings/SettingsPage.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<td>The visit counter data collection is a background job that collects the visit data of the blog posts.<br/>
3333
The job runs every hour (on the hour). The job can be run on demand.</td>
3434
<td></td>
35-
<td><button class="btn btn-warning" id="run-visit-transformer" @onclick="RunVisitTransformer">Run transformer</button></td>
35+
<td><button class="btn btn-warning" id="run-visit-transformer" @onclick="RunVisitTransformer">Run Transformer</button></td>
3636
</tr>
3737
</tbody>
3838
</table>

0 commit comments

Comments
 (0)