sidebar.js

Summary: Tiny change to capitalization of a sub-menu

Reviewed By: nikoant

Differential Revision: D36931810

fbshipit-source-id: 52e6030f75e547e0936893830c702a6939ff5775
This commit is contained in:
Kevin Strider
2022-06-06 09:18:24 -07:00
committed by Facebook GitHub Bot
parent 55d8872448
commit b7977a954a

View File

@@ -28,7 +28,7 @@ module.exports = {
Setup: [ Setup: [
'getting-started/index', 'getting-started/index',
{ {
'Adding Flipper to your app': [ 'Adding Flipper to your App': [
...fbContent({ ...fbContent({
external: [ external: [
'getting-started/android-native', 'getting-started/android-native',
@@ -129,7 +129,7 @@ module.exports = {
'extending/node-apis', 'extending/node-apis',
...fbInternalOnly([ ...fbInternalOnly([
{ {
'QPL linting': ['fb/building-a-linter', 'fb/active-linters'], 'QPL Linting': ['fb/building-a-linter', 'fb/active-linters'],
}, },
]), ]),
], ],