ソースを参照

fixed documentation

Dustin Utecht 4 年 前
コミット
2461c66a7b
1 ファイル変更2 行追加2 行削除
  1. 2 2
      site/docs/extensions/custom-view.md

+ 2 - 2
site/docs/extensions/custom-view.md

@@ -76,11 +76,11 @@ This extension adds the ability to create a custom view to display the data.
 
 ## Events
 
-### onCustomViewPostBody(custom-view-post-body.bs.table)
+### onCustomViewPreBody(custom-view-pre-body.bs.table)
 
 * Fires before the custom view was rendered.
 
-### onCustomViewPreBody(custom-view-pre-body.bs.table)
+### onCustomViewPostBody(custom-view-post-body.bs.table)
 
 * Fires after the custom view was rendered.