Fix some spelling errors (#14944)

This commit is contained in:
Charles Gagnon
2021-04-01 11:16:08 -07:00
committed by GitHub
parent 4c2969d4ca
commit 37af88e265
2 changed files with 13 additions and 13 deletions

View File

@@ -541,7 +541,7 @@ export class PostgresComputeAndStoragePage extends DashboardPage {
/**
* A function that determines if an input box's value should be considered or not.
* Tiggers the save and discard buttons to become enabled depnding on the value change.
* Triggers the save and discard buttons to become enabled depending on the value change.
*
* If new value is the same as value found in config, do not consider this new value for editing.
* If new value is invalid, do not consider this new value for editing and enable discard button.