Skip to content

Commit 94d5e2c

Browse files
authored
Merge pull request #463 from kathankraithatha/patch-6
Update pages-properties.md
2 parents 9479e14 + f60c206 commit 94d5e2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/resources/ui/pages/pages-properties.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ When the Route object is created for this Page, setting `requireAuth: true` ensu
5959
```js
6060
FFRoute(
6161
name: 'promotionPage',
62-
path: '/promotionPahe',
62+
path: '/promotionPage',
6363
requireAuth: true,
6464
builder: (context, params) => PromotionPageWidget(),
6565
)

0 commit comments

Comments
 (0)