diff options
author | Paul Duncan <pabs@pablotron.org> | 2020-03-06 20:16:58 -0500 |
---|---|---|
committer | Paul Duncan <pabs@pablotron.org> | 2020-03-06 20:16:58 -0500 |
commit | 520f99f1af9e3c8f6b4ec0923448e59e885f6eb8 (patch) | |
tree | fd46e95ce99cdf3fe48835fa5857f66698f69a17 /public | |
parent | 11a52ccb277226d752dbdd56d4ede08ca1476b47 (diff) | |
download | alonzo-mood-calculator-520f99f1af9e3c8f6b4ec0923448e59e885f6eb8.tar.bz2 alonzo-mood-calculator-520f99f1af9e3c8f6b4ec0923448e59e885f6eb8.zip |
s/pct/percent/
Diffstat (limited to 'public')
-rw-r--r-- | public/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/index.html b/public/index.html index dccba2e..6814066 100644 --- a/public/index.html +++ b/public/index.html @@ -13,7 +13,7 @@ <p> Enter the change in the change in the stock price for the day as a percentage in the field below. For example, if the stock - price is down <code>1&pct;</code>, then enter <code>-1</code>. + price is down <code>1&percent;</code>, then enter <code>-1</code>. </p> <p id='controls'> |