Skip to content

Commit

Permalink
Fix a typo (#391)
Browse files Browse the repository at this point in the history
Closes #390
  • Loading branch information
nex3 committed Oct 21, 2019
1 parent b99d93d commit 165dc8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/documentation/at-rules/use.html.md.erb
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ By default, a module's namespace is just the last component of its URL without a
file extension. However, sometimes you might want to choose a different
namespace—you might want to use a shorter name for a module you refer to a lot,
or you might be loading multiple modules with the same filename. You can do this
by writine `@use "<url>" as <namespace>`.
by writing `@use "<url>" as <namespace>`.

<% example do %>
// src/_corners.scss
Expand Down

0 comments on commit 165dc8f

Please sign in to comment.