Skip to content

Commit 4815839

Browse files
authored
doc: code links - fix typo (#36)
1 parent 942485d commit 4815839

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/code-links.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ You can add as many code links per article as you like.
3535

3636
Suppose you are writing an article about ordering syntax in SQL. To keep the code snippets from getting too verbose, you'll probably want to show only the SELECT queries, not the CREATE TABLE and INSERTs that prepare the data.
3737

38-
To accomplish this, you can show display the SELECTs in your article, while executing all the code behind the scenes.
38+
To accomplish this, you can show the SELECTs in your article, while executing all the code behind the scenes.
3939

4040
First, add a static code snippet to your article as usual:
4141

0 commit comments

Comments
 (0)