Match intended case for settings

This commit is contained in:
Travis Ralston 2020-09-15 08:55:03 -06:00
parent 88115b4f46
commit 60c6e23b94

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",
}