Skip to content

Commit 0914915

Browse files
Update pages-properties.md
Line 62: Fixed "path: '/promotionPahe', " -> "path: '/promotionPage', "
1 parent bce712b commit 0914915

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)