From 5f824dd1e23934bf493fe1a3505d74c31135612b Mon Sep 17 00:00:00 2001 From: Olivier Ligot Date: Tue, 7 Mar 2017 11:24:33 +0100 Subject: [PATCH] Fix a small typo: Syncronizes -> Synchronizes --- static/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/index.html b/static/index.html index 065b669..ec82f84 100644 --- a/static/index.html +++ b/static/index.html @@ -49,7 +49,7 @@ # Switches to branch. Stashes and restores unstaged changes. $ git sync -# Syncronizes current branch. Auto-merge/rebase, un/stash. +# Synchronizes current branch. Auto-merge/rebase, un/stash. $ git publish <branch> # Publishes branch to remote server. @@ -98,4 +98,4 @@ var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(t, s); })(); - \ No newline at end of file +