зеркало из https://github.com/docker/kitematic.git
Fix typos
This commit is contained in:
Родитель
ebae922b1a
Коммит
9105ed085a
|
@ -38,7 +38,7 @@ var Preferences = React.createClass({
|
|||
});
|
||||
localStorage.setItem('settings.useVM', checked);
|
||||
util.isNative();
|
||||
metrics.track('Toggled VM or Native settting', {
|
||||
metrics.track('Toggled VM or Native setting', {
|
||||
vm: checked
|
||||
});
|
||||
},
|
||||
|
|
|
@ -28,7 +28,7 @@ module.exports = {
|
|||
return config;
|
||||
},
|
||||
|
||||
// Retrives the current jwt hub token or null if no token exists
|
||||
// Retrieves the current jwt hub token or null if no token exists
|
||||
jwt: function () {
|
||||
let jwt = localStorage.getItem('auth.jwt');
|
||||
if (!jwt) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче