Skip to content

Commit

Permalink
Merge pull request #3632 from nextcloud/fix/noid/content-docs-typo
Browse files Browse the repository at this point in the history
Fix minor typo in NcContent docs
  • Loading branch information
skjnldsv authored Jan 8, 2023
2 parents 115ee2c + 8495c68 commit 2c51d80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/NcContent/NcContent.vue
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ It includes the Navigation, the App content and the Sidebar.
<h2>Your main app content here</h2>
<NcButton @click="opened = !opened">Toggle sidebar</NcButton>
</NcAppContent>
<NcAppSidebar v-if="opened" title="cat-picture.jpg" @close="opened=false"></AppSidebar>
<NcAppSidebar v-if="opened" title="cat-picture.jpg" @close="opened=false"></NcAppSidebar>
</NcContent>
</template>
<script>
Expand Down

0 comments on commit 2c51d80

Please sign in to comment.