git ssb

10+

Matt McKegg / patchwork



Commit da0a9b3e6b3ddd0df96ce9cedd40e2b545c2ecf4

Merge pull request #725 from olegskl/fix/styles/typo-seaching-searching

fix typo "Seaching..." -> "Searching..."
Matt McKegg authored on 1/17/2018, 2:49:58 AM
GitHub committed on 1/17/2018, 2:49:58 AM
Parent: 88825be190e82aaf49cccf3e564aa728b1a3a9c6
Parent: 782486cdc9c6353f93542cb98cd7c665e89df63f

Files changed

styles/dark/loading.mcsschanged
styles/light/loading.mcsschanged
styles/dark/loading.mcssView
@@ -52,9 +52,9 @@
5252 width: 100px
5353 }
5454 ::after {
5555 color: #CCC;
56- content: 'Seaching...'
56+ content: 'Searching...'
5757 font-size: 200%
5858 }
5959 }
6060
styles/light/loading.mcssView
@@ -52,9 +52,9 @@
5252 width: 100px
5353 }
5454 ::after {
5555 color: #CCC;
56- content: 'Seaching...'
56+ content: 'Searching...'
5757 font-size: 200%
5858 }
5959 }
6060

Built with git-ssb-web