diff --git a/releases/next/docs/navigation.html b/releases/next/docs/navigation.html index 9948127d809..f0ffae834bf 100644 --- a/releases/next/docs/navigation.html +++ b/releases/next/docs/navigation.html @@ -15,7 +15,7 @@ const App = Sta <Button title="Go to Jane's profile" onPress={() => - navigate('Profile', { name: 'Jane' }); + navigate('Profile', { name: 'Jane' }) } /> );