Skip to content
This repository has been archived by the owner on Oct 25, 2024. It is now read-only.

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hexadecimalDinosaur committed Oct 15, 2023
1 parent d3b3879 commit 7fa316a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/deploy.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ <h1>{% block title %}Deploy{% endblock %}</h1>
<label for="gcp-zone">GCP Zone</label>
<input name="gcp_zone" id="gcp-zone" placeholder="northamerica-northeast2-a">
<label for="compute_type">Compute Type</label>
ec-micro, c3-standard-4, etc
e2-micro, c3-standard-4, etc
<input name="compute_type" id="compute-type" placeholder="e2-micro">
<div class="form-checkbox">
<input name="managed_db" id="managed-id" type="checkbox">
Expand Down

0 comments on commit 7fa316a

Please sign in to comment.