Skip to content

Commit 8fb7a94

Browse files
typo Remeber fix
1 parent f7b57fa commit 8fb7a94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/inference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1037,7 +1037,7 @@ alt.Chart(six_bootstrap_samples, height=150).mark_bar().encode(
10371037
.title("Price per night (dollars)"),
10381038
y=alt.Y("count()").title("Count")
10391039
).facet(
1040-
"replicate:N", # Remeber that `:N` converts the variable to a categorical type
1040+
"replicate:N", # Recall that `:N` converts the variable to a categorical type
10411041
columns=2
10421042
)
10431043
```

0 commit comments

Comments
 (0)