Match intended case for settings

pull/21833/head
Travis Ralston 2020-09-15 08:55:03 -06:00
parent 88115b4f46
commit 60c6e23b94
1 changed files with 1 additions and 1 deletions

View File

@ -16,5 +16,5 @@ limitations under the License.
// see settings.md for documentation on conventions
export enum UIFeature {
URLPreviews = "UIFeature.URLPreviews",
URLPreviews = "UIFeature.urlPreviews",
}