Browse Source

config: fix typo

master
Dan Dascalescu 5 years ago
parent
commit
fc6bd3667c
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      config.js

+ 1
- 1
config.js View File

513
     /**
513
     /**
514
      External API url used to receive branding specific information.
514
      External API url used to receive branding specific information.
515
      If there is no url set or there are missing fields, the defaults are applied.
515
      If there is no url set or there are missing fields, the defaults are applied.
516
-     None of the fieds are mandatory and the response must have the shape:
516
+     None of the fields are mandatory and the response must have the shape:
517
      {
517
      {
518
          // The hex value for the colour used as background
518
          // The hex value for the colour used as background
519
          backgroundColor: '#fff',
519
          backgroundColor: '#fff',

Loading…
Cancel
Save