소스 검색

Update extension_points.rst

Saul Shanabrook 5 년 전
부모
커밋
be0a811ee4
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      docs/source/developer/extension_points.rst

+ 1 - 1
docs/source/developer/extension_points.rst

@@ -131,7 +131,7 @@ to any node to have it and its children not trigger it.
 
 For example, if you are building a custom React element, it would look like this:
 
-.. code:: typescript
+.. code:: jsx
 
     function MyElement(props: {}) {
       return (