浏览代码

#251 fixed wording in example description

Rodja Trappe 2 年之前
父节点
当前提交
05cb8b75bc
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      website/reference.py

+ 1 - 1
website/reference.py

@@ -444,7 +444,7 @@ The elements `ui.tabs`, `ui.tab`, `ui.tab_panels`, and `ui.tab_panel` resemble
 [Quasar's tabs](https://quasar.dev/vue-components/tabs)
 and [tab panels](https://quasar.dev/vue-components/tab-panels) API.
 
-`ui.tabs` creates a container for the tabs. This is could, e.g., be placed in a `ui.header`.
+`ui.tabs` creates a container for the tabs. This could be placed in a `ui.header` for example.
 `ui.tab_panels` creates a container for the tab panels with the actual content.
 ''', menu)
     def tabs_example():