Skip to content

Commit

Permalink
docs(readme.md): fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
webistomin committed Feb 28, 2021
1 parent 24993a0 commit 32d1225
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -960,7 +960,7 @@ This component uses `JSONP` so the content won't be available during `SSR`.
import { SGithub } from 'vue-socials'
export default {
name: 'SSGithubSharing',
name: 'SGithubSharing',
components: { SGithub },
Expand Down Expand Up @@ -1087,7 +1087,7 @@ This component uses `JSONP` so the content won't be available during `SSR`.
import { SGithubGist } from 'vue-socials'
export default {
name: 'SSGithubGistSharing',
name: 'SGithubGistSharing',
components: { SGithubGist },
Expand Down Expand Up @@ -2380,7 +2380,7 @@ This component uses `JSONP` so the content won't be available during `SSR`.
import { SPinterest } from 'vue-socials'
export default {
name: 'SSPinterestSharing',
name: 'SPinterestSharing',
components: { SPinterest },
Expand Down

1 comment on commit 32d1225

@vercel
Copy link

@vercel vercel bot commented on 32d1225 Feb 28, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.