summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorVictor Bastos <victorwpbastos@gmail.com>2019-10-01 11:58:32 -0300
committerGitHub <noreply@github.com>2019-10-01 11:58:32 -0300
commit4df895568d5600f20636e88b58cdfd74e7df4410 (patch)
treeb03b43702cffe22fcc424dfc3a01535cd3d2c358
parentdff76c7965af30e7c7a752513a9ab93a15eb58bc (diff)
[cypher/pt-br] Small typo
-rw-r--r--pt-br/cypher-pt.html.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/pt-br/cypher-pt.html.markdown b/pt-br/cypher-pt.html.markdown
index 9b60f771..d4400148 100644
--- a/pt-br/cypher-pt.html.markdown
+++ b/pt-br/cypher-pt.html.markdown
@@ -101,7 +101,7 @@ path = shortestPath( (user)-[:KNOWS*..5]-(other) )
Crie consultas
---
-Create a new node
+Crie um novo nó
```
CREATE (a:Person {name:"Théo Gauchoux"})
RETURN a